I've builded up a SVN server in a Ubuntu 16 LTS instance connected with a AD via LDAP. My problem is: I can't setup the Apache or the SVN module to list the subfolders of a repository when a user does not have R permission on the root level of the repository.
Example:
[RepositoryABC]
user1=rw
user2=r
[RepositoryABC:/folder]
user3=rw
When the user1 and user2 access the SVN via the web view provided by the SVN Apache module both can see the RepositoryABC. But if the user3 try the same he/she will get a empty page although he/she has permission in the subfolder.