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

/freebsd-11-stable/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
92 const char **repos_path,
105 const char **repos_path);
110 * block, set @a *repos_path to the path of the repository on disk.
120 const char **repos_path,
128 const char **repos_path);
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c395 const char *repos_path = NULL;
403 SVN_ERR(svn_utf_cstring_to_utf8(&repos_path, os->argv[os->ind++], pool));
405 if (svn_path_is_url(repos_path))
409 "local path"), repos_path);
412 opt_state.repository_path = svn_dirent_internal_style(repos_path, pool);
392 const char *repos_path = NULL; local
/freebsd-11-stable/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 AND nodes.op_depth=0
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,
80 SELECT local_relpath, nodes.repos_id, nodes.repos_path, presence, kind,
85 AND nodes.repos_path = lock.repos_relpath
92 repos_id, repos_path, revisio
[all...]
H A Dwc-checks.sql161 OR repos_path IS NOT NULL
170 OR (repos_path IS NULL
175 OR (CASE WHEN kind = MAP_FILE AND repos_path IS NOT NULL
189 AND repos_path IS NULL
217 OR n.repos_path !=
218 RELPATH_SKIP_JOIN(n.parent_relpath, p.repos_path, n.local_relpath)
291 AND d.moved_here =1 AND d.repos_path IS NOT NULL)
H A Dwc-metadata.sql309 repos_path TEXT,
696 AND l.repos_path != ''
698 OR (l.repos_path IS NOT RELPATH_SKIP_JOIN(r.local_relpath, r.repos_path, l.local_relpath)))
H A Dwc_db.c911 repos_path by appending the child name to REPOS_PATH, and revision to
920 const char *repos_path,
931 SVN_ERR_ASSERT(repos_path != NULL || op_depth > 0);
933 == (repos_path != NULL));
984 svn_relpath_join(repos_path, name,
1084 NULL /* inherit repos_path */,
916 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
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h130 const char *repos_path,
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c361 const char *repos_path; /* 'arg0' is always the path to the repository. */
2108 SVN_ERR(svn_repos_open3(&(baton->repos), opt_state->repos_path, NULL,
2745 const char *repos_path = NULL;
2751 SVN_ERR(svn_utf_cstring_to_utf8(&repos_path,
2754 repos_path = svn_dirent_internal_style(repos_path, pool);
2757 if (repos_path == NULL)
2766 else if (svn_path_is_url(repos_path))
2771 repos_path));
2776 opt_state.repos_path
359 const char *repos_path; /* 'arg0' is always the path to the repository. */ member in struct:svnlook_opt_state
2737 const char *repos_path = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c2084 const char *repos_path,
2088 repos.path = (char*)repos_path;
2093 svn_dirent_join(repos_path, SVN_REPOS__DB_DIR, pool),
2082 svn_repos__fs_type(const char **fs_type, const char *repos_path, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c3364 const char *repos_path = NULL;
3372 SVN_ERR(svn_utf_cstring_to_utf8(&repos_path, os->argv[os->ind++], pool));
3374 if (svn_path_is_url(repos_path))
3378 "local path"), repos_path);
3381 opt_state.repository_path = svn_dirent_internal_style(repos_path, pool);
3361 const char *repos_path = NULL; local

Completed in 153 milliseconds