SVN errorcode = 2无法打开请求的SVN文件系统

我有MAMP运行(OS X的XAMP),我试图设置颠覆。

当我到我的浏览器中新创build的存储库时,我得到:

<D:error> <C:error/> <m:human-readable errcode="2"> Could not open the requested SVN filesystem </m:human-readable> </D:error> 

存储库安装在我的服务器目录中。 我的PHP文件也在那里,它工作正常。 我的基本httpd.conf设置:

 <Location /svn> DAV svn SVNPath ~/server/svntest (Authenticaton will be added later) </Location> 

我已经把所有东西都调整到了777

 drwxrwxrwx 9 gerrit staff 306 27 okt 2008 svn 

Apache的错误日志不显示任何错误。

我如何解决这个问题?

你有〜/服务器/ svntest存储库或工作副本? 它必须是一个存储库,看着你的LS – 1,它看起来像一个工作副本。

SVNPath最好使用绝对path,而不是〜