RE: Authz Groups not working
From: Rene Rodriguez <rrodriguez_at_fxdd.com>
Date: 2007-03-13 21:43:06 CET
Remember you need to have *=r set for the root of the repo for all users
Check out my authz file:
[groups]
FipWriters = person1, person2
FipReaders = deployer1, person1
BackOfficeWriters = person1, person2
BackOfficeReaders = deployer1, person3
ShipWriters = person4, person5
ShipReaders = deployer1, person2
wwwWriters = vincent,olga,rene,shawn
wwwReaders = deploy
All = person1, person2, person3, person4, person5, deployer1
[/]
@All = r
[/fip]
@FipWriters = rw
@FipReaders = r
[/BackOffice]
@BackOfficeWriters = rw
@BackOfficeReaders = r
[/StarShipEnterprise]
@ShipReaders = r
@ShipWriters = rw
[/www]
@wwwWriters = rw
@wwwReaders = r
________________________________
From: W. Scott Howard [mailto:scotthoward@wsas.com]
I am trying to set up a group base svn-authz file and it is not working.
Here is the file
[/Development
[/Production]
[/]
[groups]
web-admin = admin1
the /Production side works fine with the user names there, but the
Also I orignally tried
[Development:/]
and
[Production:/]
but those did not work at all.
Please help
The N00b. hehe
--------------------------------------------------------------------------------------------------------
Unless otherwise stated, any pricing information given in this message
|
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.