I'm trying to deny svn permission on a subfolder as per svnbook example
[calc:/branches/calc/bug-142]
harry = rw
sally = r
[calc:/branches/calc/bug-142/secret]
harry =
So harry don't get access to secret folder. In my case, svn://repos/secret
[/]
* = r
robin = rw
[secret]
robin =
robin still able to access secret. I tried all forms [/secret], [repos:/secret], [respos/secret:/], but none worked.
Using svn 1.7.2 windows