neeral85

Results 5 comments of neeral85

Even toplevel folder are not shown. user2 in the example below can't see /tags in websvn [/] *=r user1 = r [/branches/] *= admin=rw [/tags/] user2 =r ``` #svnauthz accessof...

sorry, that's my mistake as I extracted the example from my working copy. The correct authz does not contain tailing slash after the folder name. However, it themes that there...

tested now with ubuntu 18.4: ``` #svnauthz accessof '[...]/authz_websvn' --username=user2 --path=/tags/ r ``` WebSVN generates: ``` svnauthz accessof --repository test --path '/tags/' --username 'user2' -R '[...]/authz_websvn' no ``` if i...

> @neeral85, change "true" to "false" and see what happens, if things start to work for you. Most likely they do, than please additionally test how downloads behave, if those...

user2 does not even see /tags/a (I've created this especially for this test), so everything works as expected. I assume -R was implemented in svnauthz to know if the user...