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

Re: path-based access control questions

From: Kylo Ginsberg <kylo.ginsberg_at_gmail.com>
Date: 2007-02-15 20:16:02 CET

On 2/15/07, Shaun Johnson <shaun.johnson@gmail.com> wrote:
> What exactly do you mean by "restrict read access"? If you are trying

A certain directory on all branches/tags can not be read except by a
select group of developers.

So something like:

[groups]
special=mike,bob

[/]
* = rw

[/trunk/secret]
*=
@special=rw

[/branches/release1/secret]
*=
@special=rw

etc

Hope that's clearer.

Kylo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 15 20:17:35 2007

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.