Searched refs:SVN_REPOS__DB_DIR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h64 #define SVN_REPOS__DB_DIR "db" /* Where Berkeley lives. */
62 #define SVN_REPOS__DB_DIR macro
H A Drepos.c1198 repos->db_path = svn_dirent_join(path, SVN_REPOS__DB_DIR, pool);
1248 "The directory \"" SVN_REPOS__DB_DIR "\" contains a Berkeley DB environment." NL
1249 "you may need to tweak the values in \"" SVN_REPOS__DB_DIR "/DB_CONFIG\" to match the" NL
1401 (svn_dirent_join(path, SVN_REPOS__DB_DIR, pool), &kind, pool);
1596 const char *db_path = svn_dirent_join(path, SVN_REPOS__DB_DIR, pool);
1858 *log_file = svn_dirent_join(SVN_REPOS__DB_DIR, *log_file, pool);
1876 * @c SVN_REPOS__DB_DIR, @c SVN_REPOS__LOCK_DIR and @c SVN_REPOS__FORMAT;
1906 (svn_dirent_get_longest_ancestor(SVN_REPOS__DB_DIR, sub_path, pool),
1907 SVN_REPOS__DB_DIR) == 0)
2131 svn_dirent_join(repos_path, SVN_REPOS__DB_DIR, poo
[all...]

Completed in 119 milliseconds