yup ... my bad. As I look at our configuration file, we are using the
[rep:/path] syntax. For some reason my brain was stuck in pre-1.0.
Sorry for the confusion.
-- Ron
On Fri, 2004-10-08 at 07:40, Konrad Rosenbaum wrote:
> 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
>
>
>
>
Received on Sat Oct 9 15:29:49 2004