0

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

Robin
  • 451
  • 3
  • 14

1 Answers1

0

If you use local file:// repository, not svnserve neither passwd, nor authz work.

bahrep
  • 29,961
  • 12
  • 103
  • 150
Andrey Starodubtsev
  • 5,139
  • 3
  • 32
  • 46