Hello, I have a repo that looks like this:
/var/svn-repos/uml-model /var/svn-repos/uml-model/sandbox/ /var/svn-repos/uml-model/sandbox/trunk/ /var/svn-repos/uml-model/sandbox/tags/ /var/svn-repos/uml-model/sandbox/branch/ And I want to have read-write permissions on the sandbox, but not on uml-model. So I have set up an ACLs fie which looks like this: [uml-model:/] * = r [uml-model:/sandbox/] * = rw I am using LDAP for authentication which works fine. But what I cannot get to work is to permissions to be inheritable. No matter what my configuration, Subversion and Apache only allow me to read or write in /sandbox depending on the permissions of /. Is there any way I can specify ACLS per directory? What am I doing wrong? Jeremiah