[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: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-12-22 22:23:49 CET

You use locations, each with it's own SVNPath directive.

Something like:

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

Hope that helps,
François

On Mon, 22 Dec 2003 22:12:07 +0100, "Alexander Zeitler"
<azeitler@aspintranet.de> said:
>
>
> > > <Location /svn>
> > > DAV svn
> > > SVNParentPath D:\SVN
> > > AuthType Basic
> > > AuthName "Subversion repositories"
> > > AuthUserFile passwd
> > > #AuthzSVNAccessFile svnaccessfile
> > > Require valid-user
> > > </Location>
> >
> > AuthzSVNAccessFile does not work with SVNParentPath, only with SVNPath.
> >
> > Maybe we'll have time to put this in svn 1.1. :-)
> >
>
> thanks for your reply, so how can i set up more
> than one repository this way (using SVNPath)?
>
> regards
>
> Alex
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
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:24:46 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.