SVN意外的HTTP状态405方法不允许

时间:2014-09-10 22:16:55

标签: linux svn raspberry-pi webdav svn-server

一年前我在我的RaspberryPI上安装了svnserver ......

由于我最近使用sudo apt-get updatesudo apt-get upgrade更新了我的RaspberryPI,因此无法对我的存储库执行任何操作。当我尝试checkoutupdate

时,它会显示以下错误
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

感谢您的建议

2 个答案:

答案 0 :(得分:1)

  

自上次apache以来,ParentPath似乎存在问题   升级。

解决了它注释掉以下行:

#SVNListParentPath On

最后重启你的Apache。

来源:SVN 405 Error: Could not fetch resource information

答案 1 :(得分:1)

我遇到了类似的问题,因为我试图从以下路径检出存储库:

<强> HTTP ://192.168.1.70/xyz/abc

而正确的做法是:

<强> SVN ://192.168.1.70/xyz/abc