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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c1018 const char *src_rel, *dst_rel;
1047 dst_rel = svn_uri_skip_ancestor(top_url, pair->dst_abspath_or_url, pool);
1048 SVN_ERR(svn_ra_check_path(ra_session, dst_rel, SVN_INVALID_REVNUM,
1052 _("Path '%s' already exists"), dst_rel);
1056 info->dst_path = dst_rel;
1299 const char *dst_rel;
1304 dst_rel = svn_uri_skip_ancestor(top_dst_url, pair->dst_abspath_or_url,
1306 SVN_ERR(svn_ra_check_path(ra_session, dst_rel, SVN_INVALID_REVNUM,
1016 const char *src_rel, *dst_rel; local
1297 const char *dst_rel; local

Completed in 112 milliseconds