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

Fw: Problem with read only getting overwritten by rw - AuthzSVNAccessFile

From: <mcfreis_at_gmx.net>
Date: Thu, 2 May 2013 12:41:28 +0200 (CEST)

Hi everybody,
 
I'm trying to setup up a server with different repositories over different <Location> with LDAP and AuthzSVNAccessFile. Everything seems to work but a user can create a dir or a file even if he only has read access.
 
Taken from one accessfile:
 

[geraete-entw:/]
def00002 = r
 
[geraete-entw:/Prozess/SvnSpielwiese]
def00002 = rw
 
[geraete-entw:/Technologien/04_Adapterm]
def00002 =
 
In this case user "def00002" can create a dir or a file in "geraete-entw:/". What am I doing wrong?
 
If I change ist to:
 

[geraete-entw:/]
def00002 = r
 
[geraete-entw:/Technologien/04_Adapterm]
def00002 =
 
Then the user cannot create a dir or a file in "geraete-entw:/"!
 
Thank you
Björn Freise
Received on 2013-05-02 14:57:57 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.