SVN Unexpected HTTP status 405 Method Not Allowed

Daniel picture Daniel · Sep 11, 2014 · Viewed 24.5k times · Source

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

Answer

Daniel picture Daniel · Sep 11, 2014

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