You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Zlatkho <zl...@SAFe-mail.net> on 2004/07/12 12:24:41 UTC

[SOLVED] access right

> On Tue, 2004-07-06 at 07:49, Zlatkho wrote:
> 
> > [/]
> > admin = rw
> > @grA = r
> > 
> > [A:/A]
> > @grA = rw
> > 
> > [B:/B]
> > @grA = r
> > @grB = rw
> > 
> > [C:/C]
> > * = r
> 
> You only have one repository.  Why are you defining access control to
> three different repositories here?  The only rule which is active is the
> first one, because it mentions no repository at all.  The other three
> rules are talking about three repositories which don't exist.

That's it. What I would want to do is defining different access for three different paths in a single repository. I missed the form [repos-name:path] in the documentation.
By naming my repository test, here is the new file:

[test:/A]
@grA = rw
 
[test:/B]
@grA = r
@grB = rw
 
[test:/C]
* = r

Now it works.

Thank you very much Ben.

Greetings.

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