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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_local.h50 const char *repos_url;
92 const char **repos_url,
49 const char *repos_url; member in struct:svn_ra_local__session_baton_t
H A Dra_plugin.c232 const char *repos_url = rbaton->sess->repos_url;
233 const char *relpath = svn_uri_skip_ancestor(repos_url, url, pool);
240 "'%s'"), url, rbaton->sess->repos_url);
321 = svn_uri_skip_ancestor(sess->repos_url, other_url, scratch_pool);
330 "'%s'"), other_url, sess->repos_url);
597 &(sess->repos_url),
652 &(new_sess->repos_url),
685 const char *relpath = svn_uri_skip_ancestor(sess->repos_url, url, pool);
693 "URL '%s'"), url, sess->repos_url);
230 const char *repos_url = rbaton->sess->repos_url; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dcheckout-cmd.c128 const char *repos_url = APR_ARRAY_IDX(targets, i, const char *);
139 if (! svn_path_is_url(repos_url))
142 _("'%s' does not appear to be a URL"), repos_url);
145 SVN_ERR(svn_opt_parse_path(&peg_revision, &true_url, repos_url,
126 const char *repos_url = APR_ARRAY_IDX(targets, i, const char *); local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c253 svn_wc_conflict_version_create2(const char *repos_url,
264 SVN_ERR_ASSERT_NO_RETURN(svn_uri_is_canonical(repos_url, result_pool)
269 version->repos_url = repos_url;
346 if (version->repos_url)
347 new_version->repos_url = apr_pstrdup(result_pool, version->repos_url);
252 svn_wc_conflict_version_create2(const char *repos_url, const char *repos_uuid, const char *repos_relpath, svn_revnum_t revision, svn_node_kind_t kind, apr_pool_t *result_pool) argument
H A Dtree_conflicts.c316 /* repos_url */
317 svn_skel__prepend(svn_skel__str_atom(version_info->repos_url
318 ? version_info->repos_url
H A Dwc_db_update_move.c514 old_version->repos_url,
522 new_version->repos_url, new_version->repos_uuid,
2270 SVN_ERR(svn_wc__db_fetch_repos_info(&new_version.repos_url,
2283 SVN_ERR(svn_wc__db_fetch_repos_info(&old_version.repos_url,
2742 SVN_ERR(svn_wc__db_fetch_repos_info(&new_version.repos_url,
2756 SVN_ERR(svn_wc__db_fetch_repos_info(&old_version.repos_url,
H A Ddeprecated.c4702 svn_wc_conflict_version_create(const char *repos_url,
4708 return svn_wc_conflict_version_create2(repos_url, NULL, path_in_repos,
4701 svn_wc_conflict_version_create(const char *repos_url, const char *path_in_repos, svn_revnum_t peg_rev, svn_node_kind_t node_kind, apr_pool_t *pool) argument
H A Dconflicts.c130 svn_skel__prepend_str(apr_pstrdup(result_pool, location->repos_url), loc,
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h60 const char *repos_url; /* URL to base of repository */
59 const char *repos_url; /* URL to base of repository */ member in struct:repository_t
H A Dserve.c77 const char *repos_url; /* Decoded repository URL. */
406 static svn_error_t *get_fs_path(const char *repos_url, const char *url,
411 len = strlen(repos_url);
412 if (strncmp(url, repos_url, len) != 0)
415 url, repos_url);
930 b->err = get_fs_path(svn_path_uri_decode(b->repos_url, pool),
1020 rb.repos_url = svn_path_uri_decode(b->repository->repos_url, pool);
1149 SVN_CMD_ERR(get_fs_path(svn_path_uri_decode(b->repository->repos_url, pool),
1552 svn_path_uri_decode(b->repository->repos_url, poo
76 const char *repos_url; /* Decoded repository URL. */ member in struct:report_driver_baton_t
405 get_fs_path(const char *repos_url, const char *url, const char **fs_path) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c315 const char *repos_url,
364 status = apr_uri_parse(pool, repos_url, &parsed_url);
1080 const char *repos_url;
1082 SVN_ERR(svn_utf_cstring_to_utf8(&repos_url, os->argv[os->ind], pool));
1083 if (! svn_path_is_url(repos_url))
1087 repos_url);
1089 opt_baton->url = svn_uri_canonicalize(repos_url, pool);
308 init_client_context(svn_client_ctx_t **ctx_p, svn_boolean_t non_interactive, const char *username, const char *password, const char *config_dir, const char *repos_url, svn_boolean_t no_auth_cache, svn_boolean_t trust_unknown_ca, svn_boolean_t trust_cn_mismatch, svn_boolean_t trust_expired, svn_boolean_t trust_not_yet_valid, svn_boolean_t trust_other_failure, apr_array_header_t *config_options, apr_pool_t *pool) argument
1078 const char *repos_url; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dra.c691 const char *repos_url, *start_path, *end_path;
710 SVN_ERR(svn_ra_get_repos_root2(ra_session, &repos_url, scratch_pool));
713 if (! strcmp(repos_url, url))
727 *start_url = apr_pstrdup(result_pool, repos_url);
729 *end_url = apr_pstrdup(result_pool, repos_url);
750 *start_url = svn_path_url_add_component2(repos_url, start_path + 1,
764 *end_url = svn_path_url_add_component2(repos_url, end_path + 1,
687 const char *repos_url, *start_path, *end_path; local
H A Dconflicts.c12985 get_conflict_desc2_t(conflict)->src_left_version->repos_url;
12988 get_conflict_desc2_t(conflict)->src_right_version->repos_url;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c54 const char *repos_url,
72 repos_url, base_path, revprop_table,
83 const char *repos_url,
101 repos_url, base_path, user,
113 const char *repos_url,
122 repos_url, base_path, user,
132 const char *repos_url,
141 repos_url, base_path, user,
49 svn_repos_get_commit_editor4(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback2_t commit_callback, void *commit_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool) argument
78 svn_repos_get_commit_editor3(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool) argument
108 svn_repos_get_commit_editor2(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool) argument
128 svn_repos_get_commit_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool) argument
H A Dcommit.c1018 const char *repos_url = svn_path_uri_encode(repos_url_decoded, pool);
1076 repos_url, eb->base_path,
1014 const char *repos_url = svn_path_uri_encode(repos_url_decoded, pool); local
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h1614 const char *repos_url,
1638 const char *repos_url,
1660 const char *repos_url,
1680 const char *repos_url,
H A Dsvn_wc.h1716 const char *repos_url;
1744 * Set the @c repos_url field of the created struct to @a repos_root_url,
1771 svn_wc_conflict_version_create(const char *repos_url,
1713 const char *repos_url; member in struct:svn_wc_conflict_version_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c666 const char *repos_url, *session_url, *fs_path;
702 SVN_ERR(svn_ra_get_repos_root2(ra_session, &repos_url, pool));
703 SVN_ERR(svn_ra_reparent(ra_session, repos_url, pool));
662 const char *repos_url, *session_url, *fs_path; local

Completed in 342 milliseconds