[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

I can not do a svn checkout using SvnParentPath

From: Daniela Rivas <eriqut_at_gmail.com>
Date: Mon, 14 Feb 2011 15:46:42 -0430

Hi Everyone

I am trying to set up multiples svn repositories, for that, I add in
the module dav_svn.conf the following line

SVNParentPath /home/repo

When i tried to do a svn checkout from the client i get this error

svn co http://192.168.2.1/Repos

svn: Repository moved permanently to 'http://192.168.2.1/Repos/';
please relocate

This is the contents of dav_svn.conf

<Location /Repos>
    DAV svn
    SVNParentPath /home/repo
    SVNListParentPath on
    AuthType Basic
    AuthName "XXXX"
    AuthUserFile /etc/apache2/passwd
    <LimitExcept GET PROPFIND OPTIONS REPORT>
        Require valid-user
    </LimitExcept>
</Location>

Any one can help me

Regards

Daniela...
Received on 2011-02-14 21:17:21 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.