Subversion problem, repo has moved
- by Rudiger
Hi,
I've set up subversion on a CentOS fresh install. Web view works fine and gives no errors and requests password but when I try and access it through svn client (xcode) it gives the error 175011 (Repository has been moved).
I've tried some of the solutions out there but no success. My subversion.conf:
<Location /repos>
DAV svn
SVNParentPath /var/www/html/repos
# Limit write permission to list of valid users.
# Require SSL connection for password protection.
SSLRequireSSL
AuthType Basic
AuthName "Authorization Realm"
AuthUserFile /etc/svn-auth-conf
Require valid-user
</Location>
My Apache DocumentRoot: /var/www/html
I've only set up one svn repository so far so there shouldn't be any conflicts there. If you need any more info let me know.
Thanks