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

Re: Subversion-Apach Error!

From: anton <anton_at_nezzwerk.com>
Date: 2004-12-09 13:46:02 CET

Atul Bharad wrote:
>
> <Location /svn>
> DAV svn
> SVNPath /home/svn/repos
> AuthType Basic
> AuthName "My Subversion Repository"
> AuthUserFile /home/svn/etc/passwd
> Require valid-user
> </Location>

it seems like you need to use SVNParentPath as opposed to SVNPath:

SVNParentPath /home/svn/repos

see the link below for more details:
http://svnbook.red-bean.com/en/1.1/ch06s04.html

-- 
anton
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 9 13:40:49 2004

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.