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

Log access rights

From: DESFOURNEAUX Christophe <christophe.desfourneaux_at_cimut.fr>
Date: 2007-06-19 11:10:22 CEST

Hello,

I have an Apache server with an svnaccess file like this :

[groups]
etudes = john, sarah
ihm = jennifer, billy

[/]
* = r

[/branches]
@etudes = rw
@ihm = rw

[/environnements/PRODUCTION]
@etudes = r
@ihm = r

[/environnements/PRODUCTION/application]
@etudes = r
@ihm =

[/environnements/PRODUCTION/presentation]
@etudes =
@ihm = rw

[/tags]
@etudes = rw
@ihm = rw

I don't want that the "etudes" group checks out the "presentation" branch and the "ihm" group checks out the "application" branch.

But meanwhile, I want that the "etudes" group can view the log of the "presentation" branch and the "ihm" group can view the log of the "application" branch.

How can I do ?

Thanks.

Christophe
Received on Tue Jun 19 11:28:26 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.