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

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_local.h50 const char *repos_url;
87 const char **repos_url,
49 const char *repos_url; member in struct:svn_ra_local__session_baton_t
H A Dsplit_url.c33 const char **repos_url,
99 *repos_url = urlbuf->data;
32 svn_ra_local__split_URL(svn_repos_t **repos, const char **repos_url, const char **fs_path, const char *URL, apr_pool_t *pool) argument
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);
579 &(sess->repos_url),
609 const char *relpath = svn_uri_skip_ancestor(sess->repos_url, url, pool);
617 "URL '%s'"), url, sess->repos_url);
633 *url = svn_path_url_add_component2(sess->repos_url,
230 const char *repos_url = rbaton->sess->repos_url; local
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/svn/
H A Dcheckout-cmd.c121 const char *repos_url = APR_ARRAY_IDX(targets, i, const char *);
132 if (! svn_path_is_url(repos_url))
135 _("'%s' does not appear to be a URL"), repos_url);
138 SVN_ERR(svn_opt_parse_path(&peg_revision, &true_url, repos_url,
119 const char *repos_url = APR_ARRAY_IDX(targets, i, const char *); local
H A Dcl-conflicts.c313 if (version->repos_url)
314 svn_hash_sets(att_hash, "repos-url", version->repos_url);
H A Dutil.c1025 if (node->repos_url &&
1027 strcmp(node->repos_url, wc_repos_root_URL) != 0))
1028 root_str = node->repos_url;
/freebsd-10.2-release/contrib/subversion/subversion/svnserve/
H A Dserver.h52 const char *repos_url; /* URL to base of repository */
51 const char *repos_url; /* URL to base of repository */ member in struct:server_baton_t
H A Dserve.c76 const char *repos_url; /* Decoded repository URL. */
415 static svn_error_t *get_fs_path(const char *repos_url, const char *url,
420 len = strlen(repos_url);
421 if (strncmp(url, repos_url, len) != 0)
424 url, repos_url);
894 b->err = get_fs_path(svn_path_uri_decode(b->repos_url, pool),
980 rb.repos_url = svn_path_uri_decode(b->repos_url, pool);
1106 SVN_CMD_ERR(get_fs_path(svn_path_uri_decode(b->repos_url, pool),
1468 svn_path_uri_decode(b->repos_url, poo
75 const char *repos_url; /* Decoded repository URL. */ member in struct:report_driver_baton_t
414 get_fs_path(const char *repos_url, const char *url, const char **fs_path) argument
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c289 svn_wc_conflict_version_create2(const char *repos_url,
300 SVN_ERR_ASSERT_NO_RETURN(svn_uri_is_canonical(repos_url, result_pool)
305 version->repos_url = repos_url;
330 if (version->repos_url)
331 new_version->repos_url = apr_pstrdup(result_pool, version->repos_url);
288 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.c315 /* repos_url */
316 svn_skel__prepend(svn_skel__str_atom(version_info->repos_url
317 ? version_info->repos_url
H A Dwc_db_update_move.c331 old_version->repos_url, old_version->repos_uuid,
339 new_version->repos_url, new_version->repos_uuid,
H A Ddeprecated.c4408 svn_wc_conflict_version_create(const char *repos_url,
4414 return svn_wc_conflict_version_create2(repos_url, NULL, path_in_repos,
4407 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.c129 svn_skel__prepend_str(apr_pstrdup(result_pool, location->repos_url), loc,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c49 const char *repos_url,
67 repos_url, base_path, revprop_table,
78 const char *repos_url,
96 repos_url, base_path, user,
108 const char *repos_url,
117 repos_url, base_path, user,
127 const char *repos_url,
136 repos_url, base_path, user,
44 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
73 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
103 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
123 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.c77 const char *repos_url;
322 repos_url_len = strlen(eb->repos_url);
323 if (strncmp(copy_path, eb->repos_url, repos_url_len) != 0)
939 const char *repos_url,
994 eb->repos_url = repos_url;
1010 eb->repos_url, eb->base_path,
76 const char *repos_url; member in struct:edit_baton
931 svn_repos_get_commit_editor5(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, apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool) argument
/freebsd-10.2-release/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c351 const char *repos_url,
396 status = apr_uri_parse(pool, repos_url, &parsed_url);
1114 const char *repos_url;
1116 SVNRDUMP_ERR(svn_utf_cstring_to_utf8(&repos_url,
1118 if (! svn_path_is_url(repos_url))
1122 repos_url);
1127 opt_baton->url = svn_uri_canonicalize(repos_url, pool);
344 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_server_cert, apr_array_header_t *config_options, apr_pool_t *pool) argument
1112 const char *repos_url; local
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_repos.h1365 * @a repos is a previously opened repository. @a repos_url is the
1404 * @note Yes, @a repos_url is a <em>decoded</em> URL. We realize
1412 const char *repos_url,
1437 const char *repos_url,
1461 const char *repos_url,
1483 const char *repos_url,
1503 const char *repos_url,
H A Dsvn_wc.h1668 const char *repos_url;
1696 * Set the @c repos_url field of the created struct to @a repos_root_url,
1723 svn_wc_conflict_version_create(const char *repos_url,
1665 const char *repos_url; member in struct:svn_wc_conflict_version_t
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dra.c647 const char *repos_url, *start_path, *end_path;
666 SVN_ERR(svn_ra_get_repos_root2(ra_session, &repos_url, scratch_pool));
685 *start_url = svn_path_url_add_component2(repos_url, start_path + 1,
699 *end_url = svn_path_url_add_component2(repos_url, end_path + 1,
643 const char *repos_url, *start_path, *end_path; local
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c664 const char *repos_url, *session_url, *fs_path;
700 SVN_ERR(svn_ra_get_repos_root2(ra_session, &repos_url, pool));
701 SVN_ERR(svn_ra_reparent(ra_session, repos_url, pool));
660 const char *repos_url, *session_url, *fs_path; local

Completed in 389 milliseconds