SVN Unexpected HTTP status 405 Method Not Allowed

25k Views Asked by At

I have installed svnserver on my RaspberryPI a year ago...

Since i've recently updated my RaspberryPI with sudo apt-get update and then sudo apt-get upgrade i cannot do any operation on my repos anymore. It shows the following errors when i try to 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.

I have checked my svn configuration files, but they didn't changed after the update.
Could someone help me? I've no idea whats going on :S

Thanks in advice

2

There are 2 best solutions below

0
On BEST ANSWER

There seems to be an issue with ParentPath since the last apache upgrades.

Solved it commenting out the following line:

#SVNListParentPath On

Finally restart your Apache.

Source: SVN 405 Error: Could not fetch resource information

0
On

I was facing a similar problem because I was trying to checkout the repository from following path:

http://192.168.1.70/xyz/abc

whereas the correct way of doing that was:

svn://192.168.1.70/xyz/abc