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

Re: Subversion 1.5

From: si <sshnug.si_at_gmail.com>
Date: 2007-03-13 02:03:00 CET

Hi Vanessa,

> My important interest for a new release is the possibility to deny
> permission in a specific directory, even if you gave 'r' or 'rw' up in
> the structure. But I don't know if this break the svn phillosophy.

I believe this is already possible in Subversion.

For example, we use svnserve as repository access method,
and here is part of our authz file which gives developers and
management read-write access to all parts of our standards
repository except /trunk/Integration, where we only give read-
write access to our integration specialist.

[standards:/]
@Developers = rw
@Management = rw
* =

[standards:/trunk/Integration]
Di = rw
@Developers = r
@Management = r
* =

peace
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 13 02:03:36 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.