On Jul 22, 2010, at 07:57, kevin fauchon wrote: > server directory /DATA/svn will contain all my repository > so for exemple, my test project will be in /DATA/svn/test
> <Location /> > DAV svn > SVNPath /DATA/svn Then this should be SVNParentPath /DATA/svn > <Location /test> > DAV svn > SVNParentPath /DATA/svn > AuthType Basic > AuthName "Subversion test" > AuthUserFile /var/www/include/svn.monpoulpe.com.htpassword > AuthzSVNAccessFile /DATA/svn/config > Require valid-user > </Location> And this block should be deleted entirely.