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

Re: New Installation Authentication Problem

From: Andreas Pakulat <apaku_at_gmx.de>
Date: 2006-06-19 14:28:27 CEST

On 19.06.06 07:57:37, Rob Wilkerson wrote:
> =========================================
> Collection of Repositories
> * conf/
> * dav/
> * db/
> * hooks/
> * locks/

Your apache configuration has a slight error.

> ServerName vmws-svn:80
> #
> # Subversion stuff
> #
> <Location /se>
> DAV svn
> SVNParentPath /home/svn/se
> SVNListParentPath On
> # AuthType Basic
> # AuthName "SiteExecutive Subversion repository"
> # AuthUserFile /etc/svn-auth-file
> # Require valid-user
> </Location>
>
> I feel like I'm missing something really basic here, but I'm at a loss
> for what it might be. Thanks again for your help.

Yes, you miss the difference between SVNParentPath and SVNPath. The
first one should point to a directory that contains multiple repositories
(created by svnadmin) and the second one is used if you only have 1
repository and points to the repository itself. So if you only want one
repository change from SVNParentPath to SVNPath, if not remove the last
dir from the directive.

Also SVNListParentPath does only make sense in combination with
SVNParentPath, so remove it if you use SVNPath.

Andreas

-- 
You are confused; but this is your normal state.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 19 14:33:40 2006

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.