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
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
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:
>
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
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