Home
last modified time | relevance | path

Searched refs:op_root_relpath (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dentries.c637 const char *op_root_relpath; in read_one_entry() local
640 &op_root_relpath, in read_one_entry()
652 if (!op_root_relpath) in read_one_entry()
655 op_root_abspath = svn_dirent_join(wcroot->abspath, op_root_relpath, in read_one_entry()
723 const char *op_root_relpath; in read_one_entry() local
754 &op_root_relpath, in read_one_entry()
777 op_root_relpath, in read_one_entry()
Dwc_db.c338 const char **op_root_relpath,
4311 const char *op_root_relpath; in get_info_for_copy() local
4317 SVN_ERR(scan_addition(NULL, &op_root_relpath, in get_info_for_copy()
4325 svn_relpath_skip_ancestor(op_root_relpath, in get_info_for_copy()
12683 const char *op_root_relpath; in scan_addition() local
12759 op_root_relpath = svn_relpath_prefix(local_relpath, op_depth, in scan_addition()
12761 repos_prefix_path = svn_relpath_skip_ancestor(op_root_relpath, in scan_addition()
12765 *op_root_relpath_p = apr_pstrdup(result_pool, op_root_relpath); in scan_addition()
12778 if (local_relpath != op_root_relpath) in scan_addition()
12784 wcroot->wc_id, op_root_relpath)); in scan_addition()
[all …]