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

RE: Problem using svnaccessfile

From: Alexander Zeitler <azeitler_at_aspintranet.de>
Date: 2003-12-22 22:53:41 CET

>
> <Location /svn-projA>
> DAV svn
> SVNParentPath D:/SVN/projA
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile passwd
> AuthzSVNAccessFile svnaccessfile
> Require valid-user
> </Location>
>
> <Location /svn-projB>
> DAV svn
> SVNParentPath D:/SVN/projB
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile passwd
> AuthzSVNAccessFile svnaccessfile
> Require valid-user
> </Location>
>
> BTW, if I remember correctly, Apache requires the use of the
> forward-slash (/) character in it's configuration files. I believe this
> warning was in the httpd.conf file, at the top.
>

this works now when using SVNPath instead of
SVNParenthPath and a AuthzSVNAccessFile,

thank you.

regards

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 22 22:50:03 2003

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.