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