>
> <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