Searched refs:anchor_url (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dswitch.c106 const char *anchor_url, *target;
173 SVN_ERR(svn_wc__node_get_url(&anchor_url, ctx->wc_ctx, anchor_abspath,
175 if (! anchor_url)
215 if (! svn_uri__is_ancestor(switch_loc->repos_root_url, anchor_url))
218 anchor_url, switch_loc->repos_root_url);
300 SVN_ERR(svn_ra_reparent(ra_session, anchor_url, pool));
308 dfb.anchor_url = anchor_url;
104 const char *anchor_url, *target; local
H A Dupdate.c65 if (!svn_uri__is_ancestor(dfb->anchor_url, url))
214 /* Try to reuse the RA session by reparenting it to the anchor_url.
223 const char *anchor_url,
233 svn_error_t *err = svn_ra_reparent(ra_session, anchor_url, scratch_pool);
257 anchor_url,
315 const char *anchor_url;
358 anchor_url = svn_path_url_add_component2(repos_root_url, repos_relpath,
374 anchor_url = NULL;
376 if (! anchor_url || target_conflicted)
411 anchor_url, anchor_abspat
219 reuse_ra_session(svn_ra_session_t **ra_session_p, const char **corrected_url, const char *anchor_url, const char *anchor_abspath, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
313 const char *anchor_url; local
[all...]
H A Ddiff.c2107 const char *anchor, *anchor_url, *target;
2172 SVN_ERR(svn_wc__node_get_url(&anchor_url, ctx->wc_ctx, anchor_abspath,
2174 SVN_ERR_ASSERT(anchor_url != NULL);
2214 anchor_url = svn_path_url_add_component2(cf_repos_root_url,
2230 anchor_url = svn_path_url_add_component2(cf_repos_root_url,
2239 SVN_ERR(svn_ra_reparent(ra_session, anchor_url, scratch_pool));
2251 svn_path_url_add_component2(anchor_url, target, result_pool);
2256 svn_path_url_add_component2(anchor_url, target, result_pool);
2264 anchor_url,
2103 const char *anchor, *anchor_url, *target; local
H A Dclient.h998 const char *anchor_url; member in struct:svn_client__dirent_fetcher_baton_t
H A Dmtcc.c328 const char *anchor_url,
345 SVN_ERR(svn_client_open_ra_session2(&(*mtcc)->ra_session, anchor_url,
327 svn_client__mtcc_create(svn_client__mtcc_t **mtcc, const char *anchor_url, svn_revnum_t base_revision, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_client_mtcc.h58 /** Creates a new multicommand context for an operation on @a anchor_url and
68 const char *anchor_url,

Completed in 129 milliseconds