Path-Based Authorization for Tags
From: Luiz Guilherme Kimel <lkimel_at_dba.com.br>
Date: Wed, 28 Jul 2010 14:59:32 -0300
Hello there,
I'm implementing a subversion repository that keeps project management
Example path-based settings for a project:
[svn:/projects/project-abc/tags/]
@team=r
@cm=rw
[svn:/projects/project-abc/trunk/]
@team=rw
[svn:/projects/project-abc/trunk/releases]
@team=r
@cm=rw
[svn:/projects/project-abc/trunk/planning]
# no change
[svn:/projects/project-abc/trunk/costs]
@team=
@maganement=rw
My requirements:
1) I want that the "costs" directory will be writeable only by
2) I want that the "costs" directory will be readeable and just
3) I don't want to have to specify different path-based auth rules for
4) It's desireable that the configuration management group (cm group)
Am I dreaming? It would be wonderful if I were able to specify path-based
[svn:/projects/project-abc/tags/*/costs]
*=
@maganement=r
[svn:/projects/project-abc/trunk/costs]
*=
@maganement=rw
But I can't. I need to keep costs status linked to project baseline saved
Project1
Team
Trunk
Planning
Branches
Tags
Tag-Initiation-finished
Tag-Planning-finished
Tag-Execution-finished
Management
Trunk
Costs
Branches
Tags
Tag-Initiation-finished
Tag-Planning-finished
Tag-Execution-finished
But it sounds too complex and shady to users. Any ideas?
Thank you!
Luiz Guilherme M. Kimel
|
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.