[groups]
developer = a,b,c
doc = r,x
[/doc]
@doc = rw
@developer = rw
[/]
@developer = rw
* =
If now a member of the group doc tries to check out the documentation, it does not work. I want members of doc just to be able to check out the sub-dir doc, anything else is forbidden. Any ideas howto achieve this?
kind regards ronny
[update]
client: svn, version 1.5.4 (r33841) server: svn, Version 1.4.6 (r28521)
access via svn+ssh:/user@host/fullpath-to-repos
[update]
[update]
[update 4] * this is not my own server, I cannot do what I want with it. It is a very old server 10 years at least running, with hundreds of users. Standard things should work. correct me if I am missing something.
[update 5] believe it or not. I was using the wrong path and now everything works perfectly well, I am sorry to have wasted your time. I'll give the bounty to FoxyBOA for his efford.
The true way to do this is here :
[groups]
developer = a,b,c
doc = r,x
[doc:/]
* =
@doc = rw
@developer = rw
[otherPath:/]
* =
@developer = rw
@doc = r
[/]
* = rw