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



我一年前在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

感谢的建议

自从上次apache之后,ParentPath似乎出现了问题升级。

解决了以下注释:

#SVNListParentPath On

最后重新启动Apache。

来源:SVN 405错误:无法获取资源信息

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

http://192.168.1.70/xyz/abc

而正确的方法是:

svn://192.168.1.70/xyz/abc

相关内容

  • 没有找到相关文章

最新更新