Subversion problem, repo has moved

Posted by Rudiger on Server Fault See other posts from Server Fault or by Rudiger
Published on 2010-03-06T00:01:33Z Indexed on 2010/03/14 23:15 UTC
Read the original article Hit count: 431

Filed under:
|

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

© Server Fault or respective owner

Related posts about subversion

Related posts about apache