Searched refs:repos_root (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c139 const char *repos_root; local
157 SVN_ERR(svn_ra_get_repos_root2(session, &repos_root, scratch_pool));
159 base_relpath = svn_uri_skip_ancestor(repos_root, session_url, scratch_pool);
180 repos_root, base_relpath,
243 const char *repos_root; local
255 SVN_ERR(svn_ra_get_repos_root2(wrb->session, &repos_root, result_pool));
257 base_relpath = svn_uri_skip_ancestor(repos_root, session_url, result_pool);
280 repos_root, base_relpath,
H A Dra_loader.c491 const char *repos_root;
495 SVN_ERR(svn_ra_get_repos_root2(session, &repos_root, pool));
496 if (! svn_uri__is_ancestor(repos_root, url))
499 url, repos_root);
488 const char *repos_root; local
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_delta_private.h75 const char *repos_root,
95 const char *repos_root,
H A Dsvn_branch_compat.h195 const char *repos_root,
H A Dsvn_editor.h1126 const char *repos_root,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dupgrade.c60 fetch_repos_info(const char **repos_root,
72 *repos_root = apr_pstrdup(result_pool, ri->last_repos);
77 SVN_ERR(svn_client_get_repos_root(repos_root, repos_uuid, url, ri->ctx,
81 ri->last_repos = apr_pstrdup(ri->state_pool, *repos_root);
58 fetch_repos_info(const char **repos_root, const char **repos_uuid, void *baton, const char *url, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Ddelete.c311 const char *repos_root = apr_hash_this_key(hi);
313 repos_relpath = svn_uri_skip_ancestor(repos_root, uri, pool);
332 const char *repos_root;
339 SVN_ERR(svn_ra_get_repos_root2(ra_session, &repos_root, pool));
340 SVN_ERR(svn_ra_reparent(ra_session, repos_root, pool));
341 repos_relpath = svn_uri_skip_ancestor(repos_root, uri, pool);
353 svn_hash_sets(deletables, repos_root, repos_deletables);
309 const char *repos_root = apr_hash_this_key(hi); local
330 const char *repos_root; local
H A Dutil.c251 svn_client_get_repos_root(const char **repos_root, argument
264 err = svn_wc__node_get_repos_info(NULL, NULL, repos_root, repos_uuid,
275 if (repos_root)
276 *repos_root = NULL;
287 if (repos_root)
288 SVN_ERR(svn_ra_get_repos_root2(ra_session, repos_root, result_pool));
H A Dmergeinfo.c388 const char *repos_root;
393 &repos_root, NULL,
611 const char *repos_root;
627 &repos_root, NULL, NULL, NULL,
632 url = svn_path_url_add_component2(repos_root, repos_relpath, scratch_pool);
1035 const char **repos_root,
1084 SVN_ERR(svn_ra_get_repos_root2(ra_session, repos_root, result_pool));
1635 const char *repos_root;
1639 SVN_ERR(get_mergeinfo(&mergeinfo_cat, &repos_root, path_or_url,
1654 repos_relpath = svn_uri_skip_ancestor(repos_root, path_or_ur
387 const char *repos_root; local
610 const char *repos_root; local
1032 get_mergeinfo(svn_mergeinfo_catalog_t *mergeinfo_catalog, const char **repos_root, const char *path_or_url, const svn_opt_revision_t *peg_revision, svn_boolean_t include_descendants, svn_boolean_t ignore_invalid_mergeinfo, svn_client_ctx_t *ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1632 const char *repos_root; local
1688 const char *repos_root; local
2221 const char *repos_root; local
[all...]
H A Dstatus.c193 const char *repos_root;
214 SVN_ERR(svn_ra_get_repos_root2(ras, &repos_root, rb->pool));
220 repos_root, rb->pool));
191 const char *repos_root; local
H A Dexternals.c329 const char *repos_root; local
333 SVN_ERR(svn_client_get_repos_root(&repos_root, NULL, url,
339 repos_root, FALSE, ctx, subpool);
357 repos_root_url = repos_root;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dtree_conflicts.c154 const char *repos_root; local
164 repos_root = apr_pstrmemdup(scratch_pool,
167 if (*repos_root == '\0')
174 repos_root = svn_uri_canonicalize(repos_root, result_pool);
188 *version_info = svn_wc_conflict_version_create2(repos_root,
H A Dcrop.c203 const char *repos_relpath, *repos_root, *repos_uuid; local
226 &repos_root, &repos_uuid, NULL, NULL, NULL,
H A Dupdate_editor.c220 const char *repos_root;
850 original_version = svn_wc_conflict_version_create2(eb->repos_root,
872 target_version = svn_wc_conflict_version_create2(eb->repos_root,
2183 eb->repos_root,
2659 eb->repos_root,
2697 eb->repos_root,
2807 eb->repos_root, eb->repos_uuid,
3029 repos_relpath, eb->repos_root,
4568 eb->repos_root, eb->repos_uuid,
4776 eb->repos_root,
217 const char *repos_root; member in struct:edit_baton
4908 const char *repos_root, *repos_uuid; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h53 const char *repos_root; /* Repository root directory */
52 const char *repos_root; /* Repository root directory */ member in struct:repository_t
H A Dserve.c271 const char *repos_root, apr_pool_t *pool)
285 SVN_ERR(svn_uri_get_file_url_from_dirent(&repos_root_url, repos_root,
309 const char *repos_root,
333 repos_root, scratch_pool);
338 repos_root, scratch_pool);
3929 repository->repos_root = svn_repos_find_root_path(full_path, result_pool);
3930 if (!repository->repos_root)
3935 SVN_ERR(svn_repos_open3(&repository->repos, repository->repos_root,
3940 fs_path = full_path + strlen(repository->repos_root);
3948 repository->repos_root,
269 canonicalize_access_file(const char **access_file, repository_t *repository, const char *repos_root, apr_pool_t *pool) argument
307 load_authz_config(repository_t *repository, const char *repos_root, svn_config_t *cfg, svn_repos_authz_warning_func_t warning_func, void *warning_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtypes.c236 dst_commit_info->repos_root = src_commit_info->repos_root
237 ? apr_pstrdup(pool, src_commit_info->repos_root) : NULL;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c126 const char *repos_root;
498 return svn_uri_skip_ancestor(eb->repos_root, path_or_url, result_pool);
973 const char *repos_root,
1015 eb->repos_root = apr_pstrdup(pool, repos_root);
1055 const char *repos_root;
1657 if (eb->repos_root)
1658 copyfrom_url = svn_path_url_add_component2(eb->repos_root,
1894 const char *repos_root,
1932 eb->repos_root
125 const char *repos_root; member in struct:ev2_edit_baton
966 svn_delta__delta_from_editor(const svn_delta_editor_t **deditor, void **dedit_baton, svn_editor_t *editor, svn_delta__unlock_func_t unlock_func, void *unlock_baton, svn_boolean_t *found_abs_paths, const char *repos_root, const char *base_relpath, svn_delta_fetch_props_func_t fetch_props_func, void *fetch_props_baton, svn_delta_fetch_base_func_t fetch_base_func, void *fetch_base_baton, struct svn_delta__extra_baton *exb, apr_pool_t *pool) argument
1054 const char *repos_root; member in struct:editor_baton
1886 svn_delta__editor_from_delta(svn_editor_t **editor_p, struct svn_delta__extra_baton **exb, svn_delta__unlock_func_t *unlock_func, void **unlock_baton, const svn_delta_editor_t *deditor, void *dedit_baton, svn_boolean_t *send_abs_paths, const char *repos_root, const char *base_relpath, svn_cancel_func_t cancel_func, void *cancel_baton, svn_delta_fetch_kind_func_t fetch_kind_func, void *fetch_kind_baton, svn_delta_fetch_props_func_t fetch_props_func, void *fetch_props_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1976 svn_editor__insert_shims(const svn_delta_editor_t **deditor_out, void **dedit_baton_out, const svn_delta_editor_t *deditor_in, void *dedit_baton_in, const char *repos_root, const char *base_relpath, svn_delta_shim_callbacks_t *shim_callbacks, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dra_svn.h108 const char *repos_root;
107 const char *repos_root; member in struct:svn_ra_svn_conn_st
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Doptions.c275 session->repos_root = session->session_url;
276 session->repos_root.path =
280 apr_uri_unparse(session->pool, &session->repos_root, 0),
H A Dutil.c1775 session->repos_root = session->session_url;
1776 session->repos_root.path =
1780 &session->repos_root, 0),
1801 if (! session->repos_root.path)
1816 decoded_root = svn_path_uri_decode(session->repos_root.path, pool);
H A Dinherited_props.c277 session->repos_root.path,
H A Dmerge.c467 merge_ctx->commit_info->repos_root = apr_pstrdup(result_pool,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h724 const char *repos_root;
705 const char *repos_root; member in struct:svn_commit_info_t
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c641 const char *repos_root;
646 SVN_ERR(svn_ra_get_repos_root2(extra_ra_session, &repos_root, pool));
647 SVN_ERR(svn_ra_reparent(extra_ra_session, repos_root, pool));
639 const char *repos_root; local

Completed in 265 milliseconds

12