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

Apache2/https: "Access denied" on commit but not read

From: Johannes Graumann <johannes_graumann_at_web.de>
Date: Wed, 07 May 2008 11:15:00 +0200

Hi all,

I'm stuck with this: one of my users can read the repository just fine via
apache2/https, but committing results in this:

(from <logpath>/apache2/error.log)
[Wed May 07 11:05:14 2008] [error] [client 10.31.0.145] Access
denied: 'USER' MKACTIVITY JAVA:

The corresponding svnaccessfile looks like so:
[groups]
ALL = ..., USER, ...
JavaDevelopers = ..., USER
JAVADevelopers = ..., USER
NETDevelopers = ..., USER, ...

[/]
@ALL = r

[NET:/]
@NETDevelopers = rw

[Java:/]
@JavaDevelopers = rw

[JAVA:/]
@JAVADevelopers = rw

Could it be that since I define read access for the repository root
and "USER" is in group "ALL" he can read and that subsequently there's a
case related collision between "Java" and "JAVA"?

This runs on debian testing with these specs:
Apache/2.2.8 (Debian) DAV/2 SVN/1.4.6 mod_ssl/2.2.8 OpenSSL/0.9.8g

Thanks for any input, Joh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-07 11:15:15 CEST

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.