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

/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dmod_authz_svn.h48 * Uses @a r @a repos_path and @a repos_name to determine if the user
54 const char *repos_path,
H A Dmod_dav_svn.h60 - @a repos_path: The actual path within the repository filesystem, or
77 - @a repos_path: A/B/alpha
87 const char **repos_path);
92 * block, set @a *repos_path to the path of the repository on disk. */
95 const char **repos_path);
/freebsd-10.1-release/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h88 const char *repos_path,
H A Dsvn_sqlite.h123 svn_sqlite__open(svn_sqlite__db_t **db, const char *repos_path,
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql30 SELECT op_depth, repos_id, repos_path, presence, kind, revision, checksum,
39 SELECT op_depth, nodes.repos_id, nodes.repos_path, presence, kind, revision,
49 AND nodes.repos_path = lock.repos_relpath
54 SELECT repos_id, repos_path, presence, kind, revision, checksum,
61 SELECT nodes.repos_id, nodes.repos_path, presence, kind, revision,
70 AND nodes.repos_path = lock.repos_relpath
74 SELECT local_relpath, nodes.repos_id, nodes.repos_path, presence, kind,
79 AND nodes.repos_path = lock.repos_relpath
85 repos_id, repos_path, revision,
93 SELECT repos_id, repos_path, presenc
[all...]
H A Dwc-metadata.sql315 repos_path TEXT,
643 repos_id, repos_path, revision,
657 repos_id, repos_path, revision,
897 AND l.repos_path != ''
899 OR (l.repos_path IS NOT RELPATH_SKIP_JOIN(r.local_relpath, r.repos_path, l.local_relpath)))
H A Dwc_db.c898 repos_path by appending the child name to REPOS_PATH, and revision to
907 const char *repos_path,
918 SVN_ERR_ASSERT(repos_path != NULL || op_depth > 0);
920 == (repos_path != NULL));
971 svn_relpath_join(repos_path, name,
1066 NULL /* inherit repos_path */,
12447 const char *repos_path,
12460 SVN_ERR_ASSERT((!op_depth && !repos_path) || (op_depth && repos_path));
12471 if (!repos_path)
903 insert_incomplete_children(svn_sqlite__db_t *sdb, apr_int64_t wc_id, const char *local_relpath, apr_int64_t repos_id, const char *repos_path, svn_revnum_t revision, const apr_array_header_t *children, int op_depth, apr_pool_t *scratch_pool) argument
12445 follow_moved_to(apr_array_header_t **moved_tos, int op_depth, const char *repos_path, svn_revnum_t revision, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c65 const char *repos_path;
66 /* repos_path prefixed by the repository name and a colon. */
312 && !is_applicable_section(b->repos_path, section_name))
398 baton.repos_path = path;
457 baton.repos_path = "/";
63 const char *repos_path; member in struct:authz_lookup_baton
H A Drepos.c2122 const char *repos_path,
2126 repos.path = (char*)repos_path;
2131 svn_dirent_join(repos_path, SVN_REPOS__DB_DIR, pool),
2120 svn_repos__fs_type(const char **fs_type, const char *repos_path, apr_pool_t *pool) argument
/freebsd-10.1-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c314 const char *repos_path; /* 'arg0' is always the path to the repository. */
2083 SVN_ERR(svn_repos_open2(&(baton->repos), opt_state->repos_path, NULL,
2721 const char *repos_path = NULL;
2727 SVN_INT_ERR(svn_utf_cstring_to_utf8(&repos_path,
2730 repos_path = svn_dirent_internal_style(repos_path, pool);
2733 if (repos_path == NULL)
2742 else if (svn_path_is_url(repos_path))
2747 repos_path));
2752 opt_state.repos_path
312 const char *repos_path; /* 'arg0' is always the path to the repository. */ member in struct:svnlook_opt_state
2713 const char *repos_path = NULL; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2237 const char *repos_path = NULL;
2246 if ((err = svn_utf_cstring_to_utf8(&repos_path,
2252 if (svn_path_is_url(repos_path))
2256 "local path"), repos_path);
2260 opt_state.repository_path = svn_dirent_internal_style(repos_path, pool);
2234 const char *repos_path = NULL; local

Completed in 370 milliseconds