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

Re: Administering multiple repositories

From: Konrad Rosenbaum <konrad_at_silmor.de>
Date: 2004-10-08 14:40:12 CEST

Ron Bieber said:
> On Fri, 2004-10-08 at 05:42, Kevin Jones wrote:
>> iv) My real question. I have multiple repositories under SVNParentPath,
>> can
>> I specify different subversion access permissions for those repositories
>> or
>> should I go back to httpd.conf and add multiple <Location ...> entries
>> with
>> different access permissions for each repo.
>
> I tend to use separate <Location> directives to do this, but that is
> just a quirk I have about being very specific. I do not believe though
> that you can have multiple svn_authz configuration files using
> SVNParentPath, so if you want to give different users access to
> different repositories, you will need to use separate location blocks.
> All of my developers have access to all repositories, so again, I just
> use separate location directives so that everything is laid out
> specifically.

You don't need separate access files for different repositories.

Instead of using the path-only syntax ([/path]) you use the rep+path
syntax ([rep:/path]). See the manuals section about authz for details.

If you want different admins setting the ACLs to different repositories,
just wrap the file by a script. If you need an example, you can find my
PHP scripts here: http://silmor.de/11

    Konrad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 8 14:40:37 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.