[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Path-based authentication with 1.8.8

From: Steve Boone <steveb_at_ioindustries.com>
Date: Mon, 10 Mar 2014 14:26:16 -0400

Hello,

I have been experiencing a problem using path-based authorization with version 1.8.8 and Apache.

I am attempting to give a couple of users RW access to a particular sub-directory but when they attempt to commit changes they are denied. Here is a snippet of the authorization file.

[groups]
@users = User1, User2, User3

[repo:/Projects]
@users = rw
User4 = r
User5 = r

[repo:/Projects/Software/Client]
User4 = rw
User5 = rw

The problem is User4 and User5 cannot commit changes to files in [repo:/Projects/Software/Client]. The documentation indicates that this configuration should allow such commits.

If I add User4 = rw and User5 = rw to [repo:/Projects] the users are able to successfully commit.

Has anyone seen this issue? I am fairly certain we have not encountered such problems with past versions.

---------------------------------------------------------------
Steve Boone, P.Eng.
IO Industries Inc.
+1 519 663 9570
Received on 2014-03-10 19:28:28 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.