You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Johannes Graumann <jo...@web.de> on 2008/05/07 09:15:00 UTC

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

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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org