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

[SOLVED] access right

From: Zlatkho <zlatkho_at_SAFe-mail.net>
Date: 2004-07-12 14:24:41 CEST

> 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
Received on Mon Jul 12 14:25:15 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.