Home
last modified time | relevance | path

Searched refs:repos_root_url (Results 1 – 25 of 57) sorted by relevance

123

/NextBSD/contrib/subversion/subversion/libsvn_client/
HDutil.c46 svn_client__pathrev_create(const char *repos_root_url, in svn_client__pathrev_create() argument
54 SVN_ERR_ASSERT_NO_RETURN(svn_path_is_url(repos_root_url)); in svn_client__pathrev_create()
57 loc->repos_root_url = apr_pstrdup(result_pool, repos_root_url); in svn_client__pathrev_create()
65 svn_client__pathrev_create_with_relpath(const char *repos_root_url, in svn_client__pathrev_create_with_relpath() argument
74 repos_root_url, repos_uuid, rev, in svn_client__pathrev_create_with_relpath()
75 svn_path_url_add_component2(repos_root_url, relpath, result_pool), in svn_client__pathrev_create_with_relpath()
90 SVN_ERR(svn_ra_get_repos_root2(ra_session, &pathrev->repos_root_url, in svn_client__pathrev_create_with_session()
104 pathrev->repos_root_url, pathrev->repos_uuid, in svn_client__pathrev_dup()
114 pathrev->repos_root_url, pathrev->repos_uuid, pathrev->rev, in svn_client__pathrev_join_relpath()
123 return svn_uri_skip_ancestor(pathrev->repos_root_url, pathrev->url, in svn_client__pathrev_relpath()
[all …]
HDexternals.c163 const char *repos_root_url; in switch_dir_external() local
187 &repos_root_url, &repos_uuid, in switch_dir_external()
252 repos_root_url, repos_uuid, in switch_dir_external()
253 svn_uri_skip_ancestor(repos_root_url, in switch_dir_external()
272 &repos_root_url, &repos_uuid, in switch_dir_external()
282 repos_root_url = NULL; in switch_dir_external()
286 if (repos_root_url) in switch_dir_external()
291 if (! svn_uri__is_ancestor(repos_root_url, url)) in switch_dir_external()
302 err = svn_client_relocate2(local_abspath, repos_root_url, in switch_dir_external()
321 repos_root_url = repos_root; in switch_dir_external()
[all …]
HDcat.c127 const char *repos_root_url; in svn_client__get_normalized_stream() local
133 SVN_ERR(svn_wc__node_get_repos_info(NULL, &repos_relpath, &repos_root_url, in svn_client__get_normalized_stream()
137 url = svn_path_url_add_component2(repos_root_url, repos_relpath, in svn_client__get_normalized_stream()
162 repos_root_url, tm, author, in svn_client__get_normalized_stream()
194 const char *repos_root_url; in svn_client_cat3() local
244 SVN_ERR(svn_ra_get_repos_root2(ra_session, &repos_root_url, scratch_pool)); in svn_client_cat3()
296 repos_root_url, when, in svn_client_cat3()
HDupgrade.c271 const char *repos_root_url; in upgrade_externals_from_properties() local
332 &repos_root_url, in upgrade_externals_from_properties()
344 svn_path_url_add_component2(repos_root_url, in upgrade_externals_from_properties()
348 err = fetch_repos_info(&repos_root_url, in upgrade_externals_from_properties()
356 repos_relpath = svn_uri_skip_ancestor(repos_root_url, in upgrade_externals_from_properties()
382 repos_root_url, in upgrade_externals_from_properties()
HDprop_commands.c577 const char *repos_root_url; in svn_client__remote_propget() local
587 SVN_ERR(svn_ra_get_repos_root2(ra_session, &repos_root_url, in svn_client__remote_propget()
590 repos_root_url, in svn_client__remote_propget()
835 const char *repos_root_url; in svn_client_propget5() local
840 SVN_ERR(svn_client_get_repos_root(&repos_root_url, NULL, in svn_client_propget5()
844 repos_root_url, in svn_client_propget5()
870 const char *repos_root_url; in svn_client_propget5() local
886 &repos_root_url, in svn_client_propget5()
895 target = svn_path_url_add_component2(repos_root_url, in svn_client_propget5()
1087 const char *repos_root_url; in remote_proplist() local
[all …]
HDcommit_util.c197 const char *repos_root_url, in add_committable() argument
214 SVN_ERR_ASSERT(repos_root_url && repos_relpath); in add_committable()
219 array = svn_hash_gets(committables->by_repository, repos_root_url); in add_committable()
227 apr_pstrdup(result_pool, repos_root_url), array); in add_committable()
235 new_item->url = svn_path_url_add_component2(repos_root_url, in add_committable()
240 ? svn_path_url_add_component2(repos_root_url, in add_committable()
459 const char *repos_root_url, in harvest_not_present_for_copy() argument
531 repos_root_url, in harvest_not_present_for_copy()
570 const char *repos_root_url = status->repos_root_url; in harvest_status_callback() local
809 svn_path_url_add_component2(repos_root_url, in harvest_status_callback()
[all …]
HDupdate.c50 const char *repos_root_url, in svn_client__dirent_fetcher() argument
61 url = svn_path_url_add_component2(repos_root_url, repos_relpath, in svn_client__dirent_fetcher()
228 const char *repos_root_url; in update_internal() local
262 SVN_ERR(svn_wc__node_get_base(NULL, NULL, &repos_relpath, &repos_root_url, in update_internal()
274 anchor_url = svn_path_url_add_component2(repos_root_url, repos_relpath, in update_internal()
427 SVN_ERR(svn_client_relocate2(anchor_abspath, repos_root_url, in update_internal()
432 repos_root_url = new_repos_root_url; in update_internal()
526 repos_root_url, local_abspath, in update_internal()
HDra.c779 *op_loc_p = svn_client__pathrev_create(peg_loc->repos_root_url, in svn_client__repos_location()
829 const char *repos_root_url; in svn_client__repos_locations() local
834 &repos_root_url, NULL, NULL, NULL, in svn_client__repos_locations()
839 url = svn_path_url_add_component2(repos_root_url, repos_relpath, in svn_client__repos_locations()
935 if (strcmp(loc1->repos_root_url, loc2->repos_root_url) != 0) in svn_client__calc_youngest_common_ancestor()
983 loc1->repos_root_url, loc1->repos_uuid, in svn_client__calc_youngest_common_ancestor()
1007 if (strcmp(loc1->repos_root_url, loc2->repos_root_url) != 0) in svn_client__get_youngest_common_ancestor()
HDexport.c379 const char *url = svn_path_url_add_component2(status->repos_root_url, in export_node()
400 url, status->repos_root_url, tm, in export_node()
501 const char *repos_root_url; member
548 const char *repos_root_url; member
670 fb->repos_root_url = eb->repos_root_url; in add_file()
838 fb->repos_root_url, fb->date, in close_file()
1024 eb->repos_root_url, in add_file_ev2()
1258 fb->repos_root_url = eb->repos_root_url; in export_file()
1359 to_abspath, eb->repos_root_url, in export_directory()
1413 SVN_ERR(svn_ra_get_repos_root2(ra_session, &eb->repos_root_url, pool)); in svn_client_export5()
HDswitch.c213 if (! svn_uri__is_ancestor(switch_loc->repos_root_url, anchor_url)) in switch_internal()
216 anchor_url, switch_loc->repos_root_url); in switch_internal()
251 if (strcmp(switch_loc->repos_root_url, switch_loc->url) != 0) in switch_internal()
366 switch_loc->repos_root_url, in switch_internal()
HDclient.h607 const char *repos_root_url,
990 const char *repos_root_url,
1019 const char *repos_root_url,
1039 const char *repos_root_url,
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDadm_files.c320 const char *repos_root_url, in init_adm() argument
344 repos_relpath, repos_root_url, repos_uuid, in init_adm()
367 const char *repos_root_url, in svn_wc__internal_ensure_adm() argument
377 const char *repos_relpath = svn_uri_skip_ancestor(repos_root_url, url, in svn_wc__internal_ensure_adm()
385 SVN_ERR_ASSERT(repos_root_url != NULL); in svn_wc__internal_ensure_adm()
396 repos_relpath, repos_root_url, repos_uuid, in svn_wc__internal_ensure_adm()
451 || strcmp(db_repos_root_url, repos_root_url) in svn_wc__internal_ensure_adm()
456 || strcmp(original_root_url, repos_root_url) in svn_wc__internal_ensure_adm()
479 const char *repos_root_url, in svn_wc_ensure_adm4() argument
486 svn_wc__internal_ensure_adm(wc_ctx->db, local_abspath, url, repos_root_url, in svn_wc_ensure_adm4()
HDexternals.c465 const char *repos_root_url; member
909 eb->repos_root_url, in close_file()
916 eb->repos_root_url, in close_file()
937 eb->repos_root_url, in close_file()
1023 eb->repos_root_url, in close_edit()
1046 const char *repos_root_url, in svn_wc__get_file_external_editor() argument
1078 eb->repos_root_url = apr_pstrdup(edit_pool, repos_root_url); in svn_wc__get_file_external_editor()
1080 eb->new_repos_relpath = svn_uri_skip_ancestor(eb->repos_root_url, url, edit_pool); in svn_wc__get_file_external_editor()
1092 eb->recorded_repos_relpath = svn_uri_skip_ancestor(repos_root_url, recorded_url, in svn_wc__get_file_external_editor()
1147 const char *repos_root_url; in svn_wc__crawl_file_external() local
[all …]
HDnode.c120 const char **repos_root_url, in svn_wc__node_get_repos_info() argument
130 repos_root_url, in svn_wc__node_get_repos_info()
227 const char *repos_root_url; 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()
495 const char **repos_root_url, in svn_wc__node_get_base() argument
510 repos_root_url, repos_uuid, NULL, in svn_wc__node_get_base()
541 if (repos_root_url) in svn_wc__node_get_base()
542 *repos_root_url = NULL; in svn_wc__node_get_base()
557 SVN_ERR_ASSERT(!repos_root_url || *repos_root_url); in svn_wc__node_get_base()
[all …]
HDwc_db.h296 const char *repos_root_url,
437 const char *repos_root_url,
463 const char *repos_root_url,
513 const char *repos_root_url,
596 const char *repos_root_url,
640 const char *repos_root_url,
671 const char *repos_root_url,
777 const char **repos_root_url,
801 const char *repos_root_url; member
1074 const char *repos_root_url,
[all …]
HDadm_ops.c285 check_can_add_to_parent(const char **repos_root_url, in check_can_add_to_parent() argument
300 NULL, repos_root_url, repos_uuid, NULL, NULL, in check_can_add_to_parent()
335 if ((repos_root_url && ! *repos_root_url) in check_can_add_to_parent()
340 repos_root_url, repos_uuid, NULL, in check_can_add_to_parent()
346 repos_root_url, repos_uuid, NULL, in check_can_add_to_parent()
577 const char *repos_root_url; in svn_wc_add4() local
586 SVN_ERR(check_can_add_to_parent(&repos_root_url, &repos_uuid, in svn_wc_add4()
592 if (copyfrom_url && !svn_uri__is_ancestor(repos_root_url, copyfrom_url)) in svn_wc_add4()
612 || strcmp(repos_root_url, inner_repos_root_url)) in svn_wc_add4()
621 repos_root_url, repos_uuid); in svn_wc_add4()
[all …]
HDtranslate.c304 const char *repos_root_url; in svn_wc__expand_keywords() local
311 &repos_root_url, NULL, &changed_rev, in svn_wc__expand_keywords()
322 &repos_root_url, NULL, in svn_wc__expand_keywords()
326 url = svn_path_url_add_component2(repos_root_url, repos_relpath, in svn_wc__expand_keywords()
335 repos_root_url = ""; in svn_wc__expand_keywords()
341 url, repos_root_url, in svn_wc__expand_keywords()
HDstatus.c272 const char **repos_root_url, in get_repos_root_url_relpath() argument
283 if (info->repos_relpath && info->repos_root_url) in get_repos_root_url_relpath()
286 *repos_root_url = apr_pstrdup(result_pool, info->repos_root_url); in get_repos_root_url_relpath()
295 *repos_root_url = apr_pstrdup(result_pool, parent_repos_root_url); in get_repos_root_url_relpath()
301 repos_relpath, repos_root_url, in get_repos_root_url_relpath()
661 &stat->repos_root_url, in assemble_status()
807 const char *repos_relpath, *repos_root_url, *repos_uuid; in send_status_structure() local
809 SVN_ERR(get_repos_root_url_relpath(&repos_relpath, &repos_root_url, in send_status_structure()
1610 statstruct->repos_root_url = in tweak_statushash()
1611 b->edit_baton->anchor_status->s.repos_root_url; in tweak_statushash()
[all …]
HDwc_db.c132 const char *repos_root_url; member
236 const char *repos_root_url; member
418 svn_wc__db_fetch_repos_info(const char **repos_root_url, in svn_wc__db_fetch_repos_info() argument
427 if (!repos_root_url && !repos_uuid) in svn_wc__db_fetch_repos_info()
432 if (repos_root_url) in svn_wc__db_fetch_repos_info()
433 *repos_root_url = NULL; in svn_wc__db_fetch_repos_info()
448 if (repos_root_url) in svn_wc__db_fetch_repos_info()
449 *repos_root_url = svn_sqlite__column_text(stmt, 0, result_pool); in svn_wc__db_fetch_repos_info()
493 const char *repos_root_url, in create_repos_id() argument
503 SVN_ERR(svn_sqlite__bindf(get_stmt, "s", repos_root_url)); in create_repos_id()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDinherited_props.c64 const char *repos_root_url; member
146 svn_path_url_add_component2(iprops_ctx->repos_root_url, in iprops_closed()
377 const char *repos_root_url; in svn_ra_serf__get_inherited_props() local
379 SVN_ERR(svn_ra_serf__get_repos_root(ra_session, &repos_root_url, in svn_ra_serf__get_inherited_props()
383 if (strcmp(repos_root_url, session->session_url_str) != 0) in svn_ra_serf__get_inherited_props()
386 SVN_ERR(svn_ra_serf__reparent(ra_session, repos_root_url, in svn_ra_serf__get_inherited_props()
412 iprops_ctx->repos_root_url = session->repos_root_str; in svn_ra_serf__get_inherited_props()
/NextBSD/contrib/subversion/subversion/svn/
HDmergeinfo-cmd.c92 const char *repos_root_url, in mergeinfo_diagram() argument
214 svn_uri_skip_ancestor(repos_root_url, right_url, pool))); in mergeinfo_diagram()
217 svn_uri_skip_ancestor(repos_root_url, target_url, pool))); in mergeinfo_diagram()
238 const char *repos_root_url; in mergeinfo_summary() local
251 &repos_root_url, in mergeinfo_summary()
258 repos_root_url, target_is_wc, is_reintegration, in mergeinfo_summary()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDsubst.c157 const char *repos_root_url, in keyword_printf() argument
217 if (repos_root_url && *repos_root_url != '\0' && url && *url != '\0') in keyword_printf()
221 repos_relpath = svn_uri_skip_ancestor(repos_root_url, url, pool); in keyword_printf()
227 if (repos_root_url && *repos_root_url != '\0') in keyword_printf()
228 svn_stringbuf_appendcstr(value, repos_root_url); in keyword_printf()
255 repos_root_url, date, author, in keyword_printf()
263 repos_root_url, date, author, in keyword_printf()
286 const char *repos_root_url, in build_keywords() argument
325 custom_val = keyword_printf(custom_fmt, rev, url, repos_root_url, in build_keywords()
335 revision_val = keyword_printf("%r", rev, url, repos_root_url, in build_keywords()
[all …]
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_client_private.h106 const char *repos_root_url; member
115 svn_client__pathrev_create(const char *repos_root_url,
125 svn_client__pathrev_create_with_relpath(const char *repos_root_url,
HDsvn_wc_private.h75 const char *repos_root_url,
153 const char *repos_root_url; member
228 const char *repos_root_url,
433 const char **repos_root_url,
505 const char **repos_root_url,
592 const char **repos_root_url,
1203 const char *repos_root_url,
1233 const char *repos_root_url,
/NextBSD/contrib/subversion/subversion/libsvn_ra_local/
HDsplit_url.c33 const char **repos_root_url, in svn_ra_local__split_URL() argument
99 *repos_root_url = urlbuf->data; in svn_ra_local__split_URL()

123