Searched refs:new_repos_root_url (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Drelocate.c145 const char *old_repos_root_url, *new_repos_root_url;
179 SVN_ERR(svn_client_get_repos_root(&new_repos_root_url, NULL /* uuid */,
143 const char *old_repos_root_url, *new_repos_root_url; local
H A Dupdate.c480 const char *new_repos_root_url;
484 SVN_ERR(svn_ra_get_repos_root2(ra_session, &new_repos_root_url,
489 new_repos_root_url, ignore_externals,
493 repos_root_url = new_repos_root_url;
478 const char *new_repos_root_url; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.h2635 const char *new_repos_root_url,
H A Dwc_db.c12283 const char *new_repos_root_url,
12326 if (new_repos_root_url != NULL)
12327 SVN_ERR(create_repos_id(&new_repos_id, new_repos_root_url,
12356 const char *new_repos_root_url,
12382 depth, new_repos_relpath, new_repos_root_url,
12278 bump_revisions_post_update(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_wc__db_t *db, svn_depth_t depth, const char *new_repos_relpath, const char *new_repos_root_url, const char *new_repos_uuid, svn_revnum_t new_revision, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t empty_update, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
12352 svn_wc__db_op_bump_revisions_post_update(svn_wc__db_t *db, const char *local_abspath, svn_depth_t depth, const char *new_repos_relpath, const char *new_repos_root_url, const char *new_repos_uuid, svn_revnum_t new_revision, apr_hash_t *exclude_relpaths, apr_hash_t *wcroot_iprops, svn_boolean_t empty_update, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument

Completed in 203 milliseconds