> FYI, I'm not sure if you've got anything in /var/www/svn.monpoulpe.com/,
> but note that Apache will not serve anything out of that directory; since
> you're saying "Location /", *all* requests will be handled by Subversion.
>
The directory is empty, but thanks for the informatinon
What are the permissions and ownership of

>
> /DATA/svn/test/format
> /DATA/svn/test
> /DATA/svn
> /DATA
>

chown root:root /DATA && chmod 000 /DATA
chown www-data:subversion /DATA/svn -R && chmod 770 /DATA/svn -R
chmod g+x /DATA/svn -R


Under which user is your apache server running?
>
> apache run under www-data user and group

My unix user "test" is member of unix group test and subversion

Reply via email to