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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c112 &tmpinfo->repos_root_URL, &tmpinfo->repos_UUID,
130 tmpinfo->repos_root_URL = original_repos_root_url;
151 svn_path_url_add_component2(tmpinfo->repos_root_URL,
175 &tmpinfo->repos_root_URL,
194 &tmpinfo->repos_root_URL,
256 &tmpinfo->repos_root_URL,
264 tmpinfo->repos_root_URL,
275 &tmpinfo->repos_root_URL,
282 tmpinfo->URL = svn_path_url_add_component2(tmpinfo->repos_root_URL,
298 tmpinfo->URL = svn_path_url_add_component2(tmpinfo->repos_root_URL,
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dinfo.c49 if (new_info->repos_root_URL)
50 new_info->repos_root_URL = apr_pstrdup(pool, info->repos_root_URL);
78 tmpinfo->repos_root_URL = pathrev->repos_root_url;
232 client_info.repos_root_URL = wc_info->repos_root_URL;
H A Ddeprecated.c2503 if (info->repos_root_URL)
2504 dupinfo->repos_root_URL = apr_pstrdup(pool, info->repos_root_URL);
2545 info->repos_root_URL = info2->repos_root_URL;
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dinfo-cmd.c110 if (info->repos_root_URL && info->URL)
117 info->repos_root_URL,
123 if (info->repos_root_URL || info->repos_UUID)
129 svn_cl__xml_tagged_cdata(&sb, pool, "root", info->repos_root_URL);
287 if (info->URL && info->repos_root_URL)
290 svn_uri_skip_ancestor(info->repos_root_URL,
294 if (info->repos_root_URL)
296 info->repos_root_URL));
511 info->repos_root_URL, pool);
515 info->repos_root_URL, poo
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h1130 const char *repos_root_URL; member in struct:svn_wc__info2_t
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_client.h5879 const char *repos_root_URL;
6018 const char *repos_root_URL;
5873 const char *repos_root_URL; member in struct:svn_info_t
6012 const char *repos_root_URL; member in struct:svn_client_info2_t

Completed in 143 milliseconds