Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c144 const char *base_path; /* relpath */ member
473 const char *base_path = cb->base_path; in path_driver_cb_func() local
944 if (! base_path) in svn_repos_replay2()
945 base_path = ""; in svn_repos_replay2()
946 else if (base_path[0] == '/') in svn_repos_replay2()
947 ++base_path; in svn_repos_replay2()
966 cb_baton.base_path = base_path; in svn_repos_replay2()
1025 if (! base_path) in svn_repos_replay2()
1026 base_path = ""; in svn_repos_replay2()
1027 else if (base_path[0] == '/') in svn_repos_replay2()
[all …]
H A Dcommit.c86 const char *base_path; member
314 full_path = svn_fspath__join(eb->base_path, in add_file_or_directory()
461 dirb->path = apr_pstrdup(pool, eb->base_path); in open_root()
482 full_path = svn_fspath__join(eb->base_path, in delete_entry()
543 full_path = svn_fspath__join(eb->base_path, in open_directory()
616 full_path = svn_fspath__join(eb->base_path, in open_file()
997 const char *base_path, in svn_repos_get_commit_editor5() argument
1050 eb->base_path = svn_fspath__canonicalize(base_path, subpool); in svn_repos_get_commit_editor5()
1068 repos_url, eb->base_path, in svn_repos_get_commit_editor5()
H A Dnode_tree.c210 const char *base_path; in delete_entry() local
227 find_real_base_location(&base_path, &base_rev, node, pool); in delete_entry()
241 SVN_ERR(svn_fs_check_path(&kind, base_root, base_path, pool)); in delete_entry()
H A Ddeprecated.c54 const char *base_path, in svn_repos_get_commit_editor4() argument
71 repos_url, base_path, revprop_table, in svn_repos_get_commit_editor4()
83 const char *base_path, in svn_repos_get_commit_editor3() argument
100 repos_url, base_path, user, in svn_repos_get_commit_editor3()
113 const char *base_path, in svn_repos_get_commit_editor2() argument
121 repos_url, base_path, user, in svn_repos_get_commit_editor2()
132 const char *base_path, in svn_repos_get_commit_editor() argument
140 repos_url, base_path, user, in svn_repos_get_commit_editor()
H A Dlog.c693 const char *base_path = NULL; in fs_mergeinfo_changed() local
738 SVN_ERR(svn_repos__prev_location(&appeared_rev, &base_path, in fs_mergeinfo_changed()
745 if (! (base_path && SVN_IS_VALID_REVNUM(base_rev) in fs_mergeinfo_changed()
748 base_path = changed_path; in fs_mergeinfo_changed()
754 base_path = changed_path; in fs_mergeinfo_changed()
770 base_path = change->copyfrom_path; in fs_mergeinfo_changed()
774 SVN_ERR(svn_fs_copied_from(&base_rev, &base_path, in fs_mergeinfo_changed()
788 if (base_path && SVN_IS_VALID_REVNUM(base_rev)) in fs_mergeinfo_changed()
791 SVN_ERR(svn_fs_node_prop(&prev_mergeinfo_value, base_root, base_path, in fs_mergeinfo_changed()
830 && base_path && SVN_IS_VALID_REVNUM(base_rev)) in fs_mergeinfo_changed()
[all …]
/freebsd-12.1/tools/tools/git/
H A Dgit-svn-init52 Usage: git-svn-init: [-b base_path] [-n] [-p] [-s]
166 base_path="$OPTARG"
188 doit ${GIT_SRC_REPO} ${base_path:-freebsd} "src"
192 doit ${GIT_PORTS_REPO} ${base_path:-freebsd} "ports"
/freebsd-12.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c819 const char *base_path /* UTF-8! */, in print_diff_tree() argument
851 base_path = apr_pstrdup(pool, node->copyfrom_path + 1); in print_diff_tree()
853 base_path = apr_pstrdup(pool, node->copyfrom_path); in print_diff_tree()
858 path, node->copyfrom_rev, base_path)); in print_diff_tree()
889 base_root, base_path, root, path, in print_diff_tree()
907 NULL, base_path, root, path, in print_diff_tree()
914 base_root, base_path, NULL, path, in print_diff_tree()
980 base_path, pool)); in print_diff_tree()
1055 base_path, pool)); in print_diff_tree()
1091 base_path, pool)); in print_diff_tree()
[all …]
/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dcl.h543 svn_cl__merge_file_externally(const char *base_path,
556 const char *base_path,
H A Dfile-merge.c861 const char *base_path, in svn_cl__merge_file() argument
897 SVN_ERR(svn_io_file_open(&original_file, base_path, in svn_cl__merge_file()
911 SVN_ERR(svn_diff_file_diff3_2(&diff, base_path, their_path, my_path, in svn_cl__merge_file()
H A Dutil.c110 svn_cl__merge_file_externally(const char *base_path, in svn_cl__merge_file_externally() argument
162 arguments[1] = base_path; in svn_cl__merge_file_externally()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_dirent_uri.h786 const char *base_path,
H A Dsvn_repos.h1581 const char *base_path,
1606 const char *base_path,
1630 const char *base_path,
1652 const char *base_path,
1672 const char *base_path,
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2300 const char *base_path, in svn_dirent_is_under_root() argument
2312 base_path, in svn_dirent_is_under_root()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c65 const char *base_path,
1106 const char *base_path, in path_join_under_root() argument
1113 result_path, base_path, add_path, pool)); in path_join_under_root()
1120 svn_dirent_local_style(svn_dirent_join(base_path, add_path, pool), in path_join_under_root()
1131 svn_dirent_local_style(base_path, pool)); in path_join_under_root()