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
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.