You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jean-Luc Wasmer <jl...@lists.wasmer.ca> on 2005/06/06 15:57:10 UTC

AuthzSVNAccessFile: trying to explicitly deny permission to someone

Hi,

Here are the access rules I'm trying to setup for my repository:

- by default, every one should be able to read-write
- harry can only read the content of the trunk-tags-branches directories 
(he cannot read below that level)
- harry can read-write anything in /trunk/project-h


First, can I use regular expression in the paths?
It didn't seem to work, so I simplified the rules:

*******************

[/]
* = rw

[/trunk/]
harry =

[/branches/]
harry =

[/tags/]
harry =

[/trunk/project-h]
harry = rw

*******************

Now, harry should be able to see the content of /, but nothing below 
that level except for /trunk/project-h, right ?
What happens is Harry can browse anything! (I didn't try write)

What did I do wrong?

JL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org