Debian svn + apache2 configuration errors

2010-07-22 Thread kevin fauchon
Hello, i'm trying to make up svn + apache. Let me explain what i hope to have: server directory /DATA/svn will contain all my repository so for exemple, my test project will be in /DATA/svn/test I want to acces via http to svn. So i need a vhost svn.monpoulpe.com who match svn repository. http:

Re: Debian svn + apache2 configuration errors

2010-07-22 Thread Ryan Schmidt
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 > > DAV svn > SVNPath /DATA/svn Then this should be SVNParentPath /DATA/svn > > DAV svn

Re: Debian svn + apache2 configuration errors

2010-07-22 Thread Ryan Schmidt
You should Reply All so this discussion stays on the mailing list. On Jul 22, 2010, at 08:42, kevin fauchon wrote: > I have edited the file, so my chost is now: > > Servername svn.monpoulpe.com > DocumentRoot /var/www/svn.monpoulpe.com/ > > Options Indexes FollowSymLinks Mul

Re: Debian svn + apache2 configuration errors

2010-07-22 Thread kevin fauchon
> 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

Re: Debian svn + apache2 configuration errors

2010-07-22 Thread Ryan Schmidt
On Jul 22, 2010, at 08:56, kevin fauchon wrote: >> 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 director

RE: Debian svn + apache2 configuration errors

2010-07-22 Thread Jon Foster
Hi, kevin fauchon [mailto:kevin.fauc...@gmail.com] wrote: > AuthzSVNAccessFile /DATA/svn/config [...] > /DATA/svn/conf: > [/] > * = > anonymous = r You need $anonymous here - you're missing the $. So you granted read access to a user that's logged in with the username "anonymous", no

RE: Debian svn + apache2 configuration errors

2010-07-26 Thread Cooke, Mark
> -Original Message- > From: Jon Foster [mailto:jon.fos...@cabot.co.uk] > Sent: 22 July 2010 17:14 > To: kevin fauchon > Cc: users@subversion.apache.org > Subject: RE: Debian svn + apache2 configuration errors > > Hi, > > kevin fauchon [mailto:k