我已经运行了MAMP (OSX的XAMP),我正在尝试设置subversion。
当我在浏览器中访问新创建的存储库时,我得到:
<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 svnApache的错误日志不显示任何错误。
如何排除此问题?
发布于 2009-06-13 18:42:31
您在~/server/svntest有存储库或工作副本吗?它必须是一个存储库,并查看您的ls -l,它看起来像一个工作副本。
对于SVNPath也最好使用绝对路径,而不是~
https://serverfault.com/questions/25290
复制相似问题