| /freebsd-11-stable/contrib/subversion/subversion/svn/ |
| HD | cl-conflicts.c | 376 const char *repos_relpath, in add_conflict_version_xml() argument 389 if (repos_relpath) in add_conflict_version_xml() 390 svn_hash_sets(att_hash, "path-in-repos", repos_relpath); in add_conflict_version_xml() 412 const char *repos_relpath; in append_tree_conflict_info_xml() local 444 SVN_ERR(svn_client_conflict_get_incoming_old_repos_location(&repos_relpath, in append_tree_conflict_info_xml() 450 if (repos_root_url && repos_relpath) in append_tree_conflict_info_xml() 452 repos_root_url, repos_relpath, peg_rev, in append_tree_conflict_info_xml() 455 SVN_ERR(svn_client_conflict_get_incoming_new_repos_location(&repos_relpath, in append_tree_conflict_info_xml() 461 if (repos_root_url && repos_relpath) in append_tree_conflict_info_xml() 464 repos_root_url, repos_relpath, peg_rev, in append_tree_conflict_info_xml() [all …]
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | replay.c | 1065 const char *repos_relpath, in add_subdir_ev2() argument 1079 SVN_ERR(svn_fs_node_proplist(&props, target_root, repos_relpath, in add_subdir_ev2() 1082 SVN_ERR(svn_editor_add_directory(editor, repos_relpath, children, in add_subdir_ev2() 1102 child_relpath = svn_relpath_join(repos_relpath, dent->name, iterpool); in add_subdir_ev2() 1210 const char *repos_relpath, in replay_node() argument 1233 repos_relpath) == NULL) ) in replay_node() 1236 change = svn_hash_gets(changed_paths, repos_relpath); in replay_node() 1272 SVN_ERR(was_readable(&readable, root, repos_relpath, copies, in replay_node() 1276 SVN_ERR(svn_editor_delete(editor, repos_relpath, SVN_INVALID_REVNUM)); in replay_node() 1291 SVN_ERR(svn_fs_check_path(&(change->node_kind), root, repos_relpath, in replay_node() [all …]
|
| HD | dump_editor.c | 82 const char *repos_relpath; /* a relpath */ member 117 const char *repos_relpath; /* a relpath */ member 192 const char *repos_relpath; in make_dir_baton() local 196 SVN_ERR(svn_relpath_canonicalize_safe(&repos_relpath, NULL, path, in make_dir_baton() 199 repos_relpath = ""; in make_dir_baton() 208 new_db->repos_relpath = repos_relpath; in make_dir_baton() 235 new_fb->repos_relpath = svn_relpath_canonicalize(path, pool); in make_file_baton() 328 const char *repos_relpath, in dump_node() argument 337 const char *node_relpath = repos_relpath; in dump_node() 341 assert(svn_relpath_is_canonical(repos_relpath)); in dump_node() [all …]
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | entries.c | 67 const char *repos_relpath; member 160 const char *repos_relpath; in check_file_external() local 166 &repos_relpath, &peg_revision, &revision, in check_file_external() 182 entry->file_external_path = repos_relpath; in check_file_external() 216 const char **repos_relpath, in get_info_for_deleted() argument 236 repos_relpath, in get_info_for_deleted() 301 *repos_relpath = svn_relpath_join(parent_repos_relpath, in get_info_for_deleted() 405 const char *repos_relpath; in read_one_entry() local 429 &repos_relpath, in read_one_entry() 521 if (repos_relpath == NULL) in read_one_entry() [all …]
|
| HD | node.c | 119 const char **repos_relpath, in svn_wc__node_get_repos_info() argument 129 repos_relpath, in svn_wc__node_get_repos_info() 228 const char *repos_relpath; in svn_wc__node_get_url() local 230 SVN_ERR(svn_wc__db_read_repos_info(NULL, &repos_relpath, &repos_root_url, in svn_wc__node_get_url() 235 *url = svn_path_url_add_component2(repos_root_url, repos_relpath, in svn_wc__node_get_url() 494 const char **repos_relpath, in svn_wc__node_get_base() argument 509 err = svn_wc__db_base_get_info(&status, &db_kind, revision, repos_relpath, in svn_wc__node_get_base() 539 if (repos_relpath) in svn_wc__node_get_base() 540 *repos_relpath = NULL; in svn_wc__node_get_base() 556 SVN_ERR_ASSERT(!repos_relpath || *repos_relpath); in svn_wc__node_get_base() [all …]
|
| HD | status.c | 210 const char *repos_relpath; member 252 const char *repos_relpath; member 272 get_repos_root_url_relpath(const char **repos_relpath, in get_repos_root_url_relpath() argument 284 if (info->repos_relpath && info->repos_root_url) in get_repos_root_url_relpath() 286 *repos_relpath = apr_pstrdup(result_pool, info->repos_relpath); in get_repos_root_url_relpath() 292 *repos_relpath = svn_relpath_join(parent_repos_relpath, in get_repos_root_url_relpath() 302 repos_relpath, repos_root_url, in get_repos_root_url_relpath() 367 if (!info->repos_relpath || !parent_repos_relpath) in assemble_status() 373 info->repos_relpath); in assemble_status() 663 SVN_ERR(get_repos_root_url_relpath(&stat->repos_relpath, in assemble_status() [all …]
|
| HD | info.c | 87 const char *repos_relpath; in build_info_for_node() local 110 &repos_relpath, in build_info_for_node() 196 SVN_ERR(svn_wc__db_read_repos_info(NULL, &repos_relpath, in build_info_for_node() 203 repos_relpath, result_pool); in build_info_for_node() 236 SVN_ERR(svn_wc__db_read_repos_info(&tmpinfo->rev, &repos_relpath, in build_info_for_node() 244 repos_relpath, result_pool); in build_info_for_node() 252 else if (status == svn_wc__db_status_excluded && !repos_relpath) in build_info_for_node() 256 SVN_ERR(svn_wc__db_read_repos_info(NULL, &repos_relpath, in build_info_for_node() 264 repos_relpath, result_pool); in build_info_for_node() 271 repos_relpath, in build_info_for_node()
|
| HD | adm_crawler.c | 421 if (!ths->repos_relpath) in report_revisions_and_depths() 423 ths->repos_relpath = svn_relpath_join(dir_repos_relpath, child, in report_revisions_and_depths() 429 = svn_relpath_skip_ancestor(dir_repos_relpath, ths->repos_relpath); in report_revisions_and_depths() 453 ths->repos_relpath, iterpool), in report_revisions_and_depths() 475 ths->repos_relpath, iterpool), in report_revisions_and_depths() 535 ths->repos_relpath, iterpool), in report_revisions_and_depths() 558 ths->repos_relpath, iterpool), in report_revisions_and_depths() 593 const char *repos_relpath = ths->repos_relpath; in report_revisions_and_depths() local 595 if (repos_relpath == NULL) in report_revisions_and_depths() 597 repos_relpath = svn_relpath_join(dir_repos_relpath, child, in report_revisions_and_depths() [all …]
|
| HD | delete.c | 202 const char *repos_relpath; in svn_wc__delete_many() local 207 err = svn_wc__db_read_info(&status, &kind, NULL, &repos_relpath, NULL, in svn_wc__delete_many() 261 if (repos_relpath && !repos_relpath[0]) in svn_wc__delete_many() 330 const char *repos_relpath; in svn_wc_delete4() local 332 err = svn_wc__db_read_info(&status, &kind, NULL, &repos_relpath, NULL, NULL, in svn_wc_delete4() 378 if (repos_relpath && !repos_relpath[0]) in svn_wc_delete4()
|
| HD | relocate.c | 89 const char *repos_relpath; in svn_wc_relocate4() local 125 SVN_ERR(svn_wc__db_read_info(NULL, &kind, NULL, &repos_relpath, in svn_wc_relocate4() 138 old_url = svn_path_url_add_component2(old_repos_root, repos_relpath, in svn_wc_relocate4() 157 new_repos_root = url_remove_final_relpath(new_url, repos_relpath, in svn_wc_relocate4()
|
| HD | adm_files.c | 319 const char *repos_relpath, in init_adm() argument 344 repos_relpath, repos_root_url, repos_uuid, in init_adm() 377 const char *repos_relpath = svn_uri_skip_ancestor(repos_root_url, url, in svn_wc__internal_ensure_adm() local 387 SVN_ERR_ASSERT(repos_relpath != NULL); in svn_wc__internal_ensure_adm() 396 repos_relpath, repos_root_url, repos_uuid, in svn_wc__internal_ensure_adm() 452 || !svn_relpath_skip_ancestor(db_repos_relpath, repos_relpath)) in svn_wc__internal_ensure_adm() 457 || strcmp(original_repos_relpath, repos_relpath)) in svn_wc__internal_ensure_adm()
|
| HD | wc_db.h | 295 const char *repos_relpath, 436 const char *repos_relpath, 462 const char *repos_relpath, 512 const char *repos_relpath, 595 const char *repos_relpath, 639 const char *repos_relpath, 670 const char *repos_relpath, 776 const char **repos_relpath, 800 const char *repos_relpath; member 1073 const char *repos_relpath, [all …]
|
| HD | wc_db.c | 128 const char *repos_relpath; member 232 const char *repos_relpath; member 291 const char *repos_relpath, 309 const char **repos_relpath, 339 const char **repos_relpath, 463 const char **repos_relpath, in repos_location_from_columns() argument 482 if (repos_relpath) in repos_location_from_columns() 484 *repos_relpath = svn_sqlite__column_text(stmt, col_repos_relpath, in repos_location_from_columns() 729 SVN_ERR_ASSERT(pibb->repos_relpath != NULL); in insert_base_node() 759 pibb->repos_relpath, in insert_base_node() [all …]
|
| HD | translate.c | 308 const char *repos_relpath; in svn_wc__expand_keywords() local 310 SVN_ERR(svn_wc__db_read_info(NULL, NULL, NULL, &repos_relpath, in svn_wc__expand_keywords() 320 if (!repos_relpath) in svn_wc__expand_keywords() 321 SVN_ERR(svn_wc__db_read_repos_info(NULL, &repos_relpath, in svn_wc__expand_keywords() 326 url = svn_path_url_add_component2(repos_root_url, repos_relpath, in svn_wc__expand_keywords()
|
| HD | wc_db_private.h | 232 const char **repos_relpath, 265 const char **repos_relpath, 300 const char **repos_relpath, 320 const char **repos_relpath,
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | delete.c | 304 const char *repos_relpath; in delete_urls_multi_repos() local 311 repos_relpath = svn_uri_skip_ancestor(repos_root, uri, pool); in delete_urls_multi_repos() 312 if (repos_relpath) in delete_urls_multi_repos() 339 repos_relpath = svn_uri_skip_ancestor(repos_root, uri, pool); in delete_urls_multi_repos() 357 if (!repos_relpath || !*repos_relpath) in delete_urls_multi_repos() 362 SVN_ERR(svn_ra_check_path(repos_deletables->ra_session, repos_relpath, in delete_urls_multi_repos()
|
| HD | upgrade.c | 195 const char *repos_relpath; in upgrade_external_item() local 248 &repos_relpath, in upgrade_external_item() 260 repos_relpath, in upgrade_external_item() 266 repos_relpath = svn_uri_skip_ancestor(repos_root_url, in upgrade_external_item() 288 repos_relpath, in upgrade_external_item()
|
| HD | ra.c | 840 const char *repos_relpath; in svn_client__repos_locations() local 843 SVN_ERR(svn_wc__node_get_origin(&is_copy, &peg_revnum, &repos_relpath, in svn_client__repos_locations() 848 if (repos_relpath) in svn_client__repos_locations() 849 url = svn_path_url_add_component2(repos_root_url, repos_relpath, in svn_client__repos_locations() 1074 const char *repos_relpath, in svn_client__ra_provide_base() argument 1082 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_base() 1119 const char *repos_relpath, in svn_client__ra_provide_props() argument 1127 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_props() 1163 const char *repos_relpath, in svn_client__ra_get_copysrc_kind() argument 1170 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_get_copysrc_kind()
|
| HD | mergeinfo.c | 435 const char *repos_relpath; in svn_client__get_wc_mergeinfo_catalog() local 440 SVN_ERR(svn_wc__node_get_repos_info(NULL, &repos_relpath, NULL, NULL, in svn_client__get_wc_mergeinfo_catalog() 453 svn_hash_sets(*mergeinfo_cat, repos_relpath, subtree_mergeinfo); in svn_client__get_wc_mergeinfo_catalog() 611 const char *repos_relpath; in svn_client__get_wc_or_repos_mergeinfo_catalog() local 625 SVN_ERR(svn_wc__node_get_origin(NULL, &target_rev, &repos_relpath, in svn_client__get_wc_or_repos_mergeinfo_catalog() 630 if (repos_relpath) in svn_client__get_wc_or_repos_mergeinfo_catalog() 631 url = svn_path_url_add_component2(repos_root, repos_relpath, scratch_pool); in svn_client__get_wc_or_repos_mergeinfo_catalog() 656 || (repos_relpath in svn_client__get_wc_or_repos_mergeinfo_catalog() 658 && svn_hash_gets(target_mergeinfo_cat_wc, repos_relpath)))) in svn_client__get_wc_or_repos_mergeinfo_catalog() 699 && svn_hash_gets(target_mergeinfo_cat_repos, repos_relpath)) in svn_client__get_wc_or_repos_mergeinfo_catalog() [all …]
|
| HD | update.c | 51 const char *repos_relpath, in svn_client__dirent_fetcher() argument 61 url = svn_path_url_add_component2(repos_root_url, repos_relpath, in svn_client__dirent_fetcher() 311 const char *repos_relpath; in update_internal() local 344 SVN_ERR(svn_wc__node_get_base(NULL, NULL, &repos_relpath, &repos_root_url, in update_internal() 351 if (repos_relpath) in update_internal() 356 anchor_url = svn_path_url_add_component2(repos_root_url, repos_relpath, in update_internal()
|
| HD | layout.c | 107 const char *repos_relpath, *repos_root_url; in layout_set_path() local 109 SVN_ERR(svn_wc__node_get_base(NULL, NULL, &repos_relpath, in layout_set_path() 116 it->url = svn_path_url_add_component2(repos_root_url, repos_relpath, in layout_set_path()
|
| /freebsd-11-stable/contrib/subversion/subversion/include/private/ |
| HD | svn_ra_private.h | 176 const char *repos_relpath, 192 const char *repos_relpath, 205 const char *repos_relpath,
|
| HD | svn_wc_private.h | 151 const char *repos_relpath; member 232 const char *repos_relpath, 450 const char **repos_relpath, 522 const char **repos_relpath, 609 const char **repos_relpath, 650 const char *repos_relpath, 1256 const char *repos_relpath,
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/ |
| HD | editor.c | 64 const char *repos_relpath, in fetch_props() argument 76 repos_relpath, in fetch_props() 87 const char *repos_relpath, in fetch_base() argument 101 repos_relpath, result_pool, scratch_pool)); in fetch_base()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/ |
| HD | compat.c | 298 const char *repos_relpath = apr_hash_this_key(hi); in get_children() local 302 child = svn_relpath_skip_ancestor(path, repos_relpath); in get_children() 320 const char *repos_relpath, in process_actions() argument 332 SVN_ERR(eb->do_unlock(eb->unlock_baton, repos_relpath, scratch_pool)); in process_actions() 338 SVN_ERR(svn_editor_delete(eb->editor, repos_relpath, in process_actions() 346 SVN_ERR(svn_editor_add_absent(eb->editor, repos_relpath, in process_actions() 393 repos_relpath, replaces_rev)); in process_actions() 406 children = get_children(eb, repos_relpath, scratch_pool); in process_actions() 407 SVN_ERR(svn_editor_add_directory(eb->editor, repos_relpath, in process_actions() 423 SVN_ERR(svn_editor_add_file(eb->editor, repos_relpath, in process_actions() [all …]
|