Home
last modified time | relevance | path

Searched refs:node_url (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c218 const char *node_url; in switch_dir_external() local
221 err = svn_wc__node_get_url(&node_url, ctx->wc_ctx, local_abspath, in switch_dir_external()
232 if (node_url) in switch_dir_external()
273 if (strcmp(node_url, url) == 0) in switch_dir_external()
H A Dcommit_util.c502 const char *node_url; in harvest_not_present_for_copy() local
513 node_url = svn_path_url_add_component2( in harvest_not_present_for_copy()
521 node_url, parent_rev, iterpool)); in harvest_not_present_for_copy()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c262 const char *node_url, in checkout_node() argument
282 handler->path = node_url; in checkout_node()
320 const char *node_url, in retry_checkout_node() argument
331 err = checkout_node(working_url, commit_ctx, node_url, in retry_checkout_node()