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

How to use AuthzSVNAccessFile with multi-repositories ?

From: \\\ <webmaster.linuxdev_at_free.fr>
Date: 2004-03-01 20:07:17 CET

Hi,

I want use multi-repositories declared with SVNParentPath. I would like use one
AuthzSVNAccessFile directive for each repository. Is it possible ?

You can see below my configuration in Apache:

<Location />
    DAV svn
    SVNParentPath /svn

    AuthType Basic
    AuthName "Référentiel Subversion"
    AuthUserFile /svn/users.txt
    Require valid-user

    AuthzSVNAccessFile /svn/perm.txt
</Location>

Thank you.
Stéphane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 1 20:06:31 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.