Hi Beltran,
I want to configure special rights in subversion which means that some user schould only have read access to one directory to others not. I made the following entry in subversion authz config file in the concerned repository directory /opt/bitnami/repository/svn/myrepository/conf
But it does not that affekt. Only [/] entries are working
[/] # <-- only this part works admin = rw * =
[/directory_to_access] <-- it seems that I gave wrong path userwithaccess = r admin = rw * =
I also tried [repositoryname:/directory_to_access] and [directory_to_access]
but all config isnt working. Can you please tell me the correct format?
thanks in advance
Christian