| /freebsd-13.1/tools/tools/git/ |
| H A D | git-svn-init | 57 Usage: git-svn-init: [-b base_path] [-n] [-p] [-s] 177 base_path="$OPTARG" 202 doit ${GIT_SRC_REPO} ${base_path:-freebsd} "src" 206 doit ${GIT_PORTS_REPO} ${base_path:-freebsd} "ports" 210 doit ${GIT_DOCS_REPO} ${base_path:-freebsd} "docs"
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | replay.c | 141 const char *base_path; /* relpath */ member 470 const char *base_path = cb->base_path; in path_driver_cb_func() local 941 if (! base_path) in svn_repos_replay2() 942 base_path = ""; in svn_repos_replay2() 943 else if (base_path[0] == '/') in svn_repos_replay2() 944 ++base_path; in svn_repos_replay2() 961 cb_baton.base_path = base_path; in svn_repos_replay2() 1020 if (! base_path) in svn_repos_replay2() 1021 base_path = ""; in svn_repos_replay2() 1022 else if (base_path[0] == '/') in svn_repos_replay2() [all …]
|
| H A D | commit.c | 86 const char *base_path; member 316 full_path = svn_fspath__join(eb->base_path, canonicalized_path, pool); in add_file_or_directory() 462 dirb->path = apr_pstrdup(pool, eb->base_path); in open_root() 485 full_path = svn_fspath__join(eb->base_path, canonicalized_path, pool); in delete_entry() 547 full_path = svn_fspath__join(eb->base_path, canonicalized_path, pool); in open_directory() 621 full_path = svn_fspath__join(eb->base_path, canonicalized_path, pool); in open_file() 1001 const char *base_path, in svn_repos_get_commit_editor5() argument 1054 eb->base_path = svn_fspath__canonicalize(base_path, subpool); in svn_repos_get_commit_editor5() 1072 repos_url, eb->base_path, in svn_repos_get_commit_editor5()
|
| H A D | node_tree.c | 210 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 D | deprecated.c | 54 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 D | log.c | 693 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-13.1/contrib/subversion/subversion/svnlook/ |
| H A D | svnlook.c | 853 const char *base_path /* UTF-8! */, in print_diff_tree() argument 885 base_path = apr_pstrdup(pool, node->copyfrom_path + 1); in print_diff_tree() 887 base_path = apr_pstrdup(pool, node->copyfrom_path); in print_diff_tree() 892 path, node->copyfrom_rev, base_path)); in print_diff_tree() 923 base_root, base_path, root, path, in print_diff_tree() 941 NULL, base_path, root, path, in print_diff_tree() 948 base_root, base_path, NULL, path, in print_diff_tree() 1014 base_path, pool)); in print_diff_tree() 1089 base_path, pool)); in print_diff_tree() 1125 base_path, pool)); in print_diff_tree() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_dirent_uri.h | 895 const char *base_path,
|
| H A D | svn_repos.h | 1584 const char *base_path, 1609 const char *base_path, 1633 const char *base_path, 1655 const char *base_path, 1675 const char *base_path,
|
| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | file-merge.c | 861 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 D | cl.h | 655 svn_cl__merge_file_externally(const char *base_path, 668 const char *base_path,
|
| H A D | util.c | 110 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-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | update_editor.c | 65 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()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | dirent_uri.c | 2437 const char *base_path, in svn_dirent_is_under_root() argument 2449 base_path, in svn_dirent_is_under_root()
|