You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "\\\"Webmaster de Free-LinuxDev.org\\\"" <we...@free.fr> on 2004/03/01 19:07:17 UTC

How to use AuthzSVNAccessFile with multi-repositories ?

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

Re: How to use AuthzSVNAccessFile with multi-repositories ?

Posted by Sander Striker <st...@apache.org>.
On Mon, 2004-03-01 at 20:30, Tobias Ringstrom wrote:
> \"Webmaster de Free-LinuxDev.org\" wrote:
> > Hi,
> > 
> > I want use multi-repositories declared with SVNParentPath. I would like use one
> > AuthzSVNAccessFile directive for each repository. Is it possible ?
> 
> That is issue #1588.  It looks like Sander just started working on it, 
> so while you can't do it now, you probably will soon.
> 
> 	http://subversion.tigris.org/issues/show_bug.cgi?id=1588

Correct.  That issue is now resolved.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: How to use AuthzSVNAccessFile with multi-repositories ?

Posted by Tobias Ringstrom <to...@ringstrom.mine.nu>.
\"Webmaster de Free-LinuxDev.org\" wrote:
> Hi,
> 
> I want use multi-repositories declared with SVNParentPath. I would like use one
> AuthzSVNAccessFile directive for each repository. Is it possible ?

That is issue #1588.  It looks like Sander just started working on it, 
so while you can't do it now, you probably will soon.

	http://subversion.tigris.org/issues/show_bug.cgi?id=1588

/Tobias


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org