Re: Question about authz file syntax.

2010-02-12 Thread David Brodbeck
On Feb 12, 2010, at 1:27 AM, Johan Corveleyn wrote: > On Fri, Feb 12, 2010 at 12:44 AM, David Brodbeck > wrote: >> Actually, I take that back, the manual says it's the *first* match: >> "Another important fact is that the first matching rule is the one which >> gets applied to a user." >> (http

Re: Question about authz file syntax.

2010-02-12 Thread Johan Corveleyn
On Fri, Feb 12, 2010 at 12:44 AM, David Brodbeck wrote: > Actually, I take that back, the manual says it's the *first* match: > "Another important fact is that the first matching rule is the one which gets > applied to a user." > (http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbaseda

Re: Question about authz file syntax.

2010-02-11 Thread David Brodbeck
Actually, I take that back, the manual says it's the *first* match: "Another important fact is that the first matching rule is the one which gets applied to a user." (http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html) On Feb 11, 2010, at 1:52 PM, David Brodbeck wrote: >

Re: Question about authz file syntax.

2010-02-11 Thread David Brodbeck
Interesting. Did this behavior change at some point? I'm using the syntax with "* =" at the end of the entry in many locations and it's always worked fine. svnserve 1.5.1 here. The manual does seem to agree with your example, so I'm wondering if I should go through and change all of my permis

Re: Question about authz file syntax.

2010-02-11 Thread Sebastian Grewe
Hey Lauro, Put them in a different order: Last match always decides on access permissions. [/path/foo] * = user2 = r user1 = rw @groupbar = rw Something similar to that is working on my setup. Cheers, Sebastian On Thu, 2010-02-11 at 15:19 -0200, Lauro Costa G. Borges wrote: > Hi, > > I'm usi

Question about authz file syntax.

2010-02-11 Thread Lauro Costa G. Borges
Hi, I'm using Subversion version 1.4.4 (r25188). I'm noticing that the authz file is not properly processed. For some paths I have: [/path/foo] user1 = rw user2 = r @groupbar = rw * = All users before "* =" are forbidden on that directory, if I take "* =" out, then, The permissions are prop