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

Re: Debian svn + apache2 configuration errors

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Thu, 22 Jul 2010 08:18:05 -0500

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.
Received on 2010-07-22 15:19:18 CEST

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.