ve_path, const char **repos_path); /** * Given an apache request @a r and a @a root_path to the svn location * block, set @a *repos_path to the path of the repository on disk. * Perform all allocations in @a pool. * * NOTE: The returned dav_error will be also allocated in @a pool, not * in @a r->pool. * * @since New in 1.9 */ AP_MODULE_DECLARE(dav_error *) dav_svn_get_repos_path2(request_rec *r, const char *root_path, const char **repos_path, apr_pool_t *pool); /** * Same as dav_svn_get_repos_path2() but allocates the result in@a r->pool. */ AP_MODULE_DECLARE(dav_error *) dav_svn_get_repos_path(request_rec *r, const char *root_path, const char **repos_path); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* MOD_DAV_SVN_H */