Searched refs:to_url (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/subversion/subversion/svnsync/ |
| HD | svnsync.c | 425 const char *to_url; member 740 const char *to_url, in make_subcommand_baton() argument 754 b->to_url = to_url; in make_subcommand_baton() 883 const char *to_url, *from_url; in initialize_cmd() local 898 to_url = APR_ARRAY_IDX(targets, 0, const char *); in initialize_cmd() 901 if (! svn_path_is_url(to_url)) in initialize_cmd() 903 _("Path '%s' is not a URL"), to_url); in initialize_cmd() 908 baton = make_subcommand_baton(opt_baton, to_url, from_url, 0, 0, pool); in initialize_cmd() 1000 SVN_ERR(svn_ra_open4(&target_session, NULL, baton->to_url, NULL, in open_target_session() 1002 SVN_ERR(check_if_session_is_at_repos_root(target_session, baton->to_url, pool)); in open_target_session() [all …]
|
| HD | sync.c | 238 const char *to_url; /* URL we're copying into, for correct copyfrom URLs */ member 320 copyfrom_path = svn_path_url_add_component2(eb->to_url, in add_directory() 369 copyfrom_path = svn_path_url_add_component2(eb->to_url, in add_file() 698 const char *to_url, in svnsync_get_sync_editor() argument 729 eb->to_url = to_url; in svnsync_get_sync_editor()
|
| HD | sync.h | 72 const char *to_url,
|