我在通过http访问svn存储库时遇到问题。我的apache2配置文件设置有:
<Location /svn>
DAV svn
SVNParentPath /home/ubuntu/svn
SVNListParentPath On
AuthType Basic
AuthName "m.jacando.com"
AuthUserFile /etc/subversion/passwd
Require valid-user
</Location>
成功验证后。我收到一条错误消息。
svn: E000002: Could not open the requested SVN filesystem
任何帮助将不胜感激。
注意:For setting-up new repos, i followed https://help.ubuntu.com/community/Subversion
感谢
答案 0 :(得分:0)
从SVNParentPath中删除尾随/,使其看起来像这样
SVNParentPath /home/ubuntu/svn