一年前我在我的RaspberryPI上安装了svnserver ......
由于我最近使用sudo apt-get update
和sudo apt-get upgrade
更新了我的RaspberryPI,因此无法对我的存储库执行任何操作。当我尝试checkout
,update
:
Error: Unable to connect to a repository at URL http://myurl.com/svn/my-repo-name
Error: Unexpected HTTP status 405 'Method Not Allowed' on '/svn/my-repo-name'
Error: Additional errors:
Error: The URI does not contain the name of a repository.
我已经检查了我的svn配置文件,但是在更新后它们没有改变 有人能帮助我吗?我不知道最新情况:S
感谢您的建议
答案 0 :(得分:1)
自上次apache以来,ParentPath似乎存在问题 升级。
解决了它注释掉以下行:
#SVNListParentPath On
最后重启你的Apache。
答案 1 :(得分:1)
我遇到了类似的问题,因为我试图从以下路径检出存储库:
<强> HTTP 强>://192.168.1.70/xyz/abc
而正确的做法是:
<强> SVN 强>://192.168.1.70/xyz/abc