Hi folks,

I would like to know if we can configure a single subversion project
(aka directory aka tree) for multiple levels of access control?

I believe this is possible, but something is not working as expected.
Here is what happens

/: root has read-write for the group 'Admin'
  /project: has read-only for 'Reviewers'
    /code: has read-write for 'Coders'
    /models: has read-write for 'Modelers'

Now this mostly works:
- Admins can read-write anything
- Coders can read-write everything under code
- Modelers can read-write everything under models

I expect that Reviewers have read-only access for everything, but what
happens is that they haven't got access at all.

My suspicion is that such a feature is not supported... is it?

Reply via email to