AuthzSVNAccessFile - do I misunderstand something?
From: Stuart Robertson <dogmatix_at_absolutesys.com>
Date: 2004-04-05 16:28:23 CEST
I'm having a little difficulty with access permissions, as specified in a
In /etc/httpd/conf.d/subversion.conf, I have the following entry inside the
AuthzSVNAccessFile /svnrepos/repositories/TestRepos/accessRules
I have the following directories in a test repository (stored in a
/trunk/A
/trunk/ProjectB
...
/branches/ProjectA/1.0
/branches/ProjectA/1.1
/branches/ProjectB/1.0
...
I have set up appropriate access controls for my test repository inside
# =====================
[groups]
Repository_Administrators = svnadmin
ProjectA_Team = userid1, userid2
ProjectA_Owner = userid1
# =====================
[/]
# Repository administrators have write-access to the complete repository.
@Repository_Administrators = rw
# By default, everyone is allowed read access to the entire repository.
* = r
#------------------------------
[/trunk/ProjectA]
@ProjectA_Team = rw
[/branches/ProjectA]
@ProjectA_Owner = rw
[/branches/ProjectA/1.0]
@ProjectA_Team = rw
[/branches/ProjectA/1.1]
@ProjectA_Team = rw
Now, I'm having a problem where the owner of Project A wants to create a new
Access denied: 'userid2' MERGE TestRepos:/
Either I've misunderstood something fundamental about how access controls
If I want to permit someone to copy a folder from /trunk/ABC to
Does someone that wants to copy /trunk/A to /branches/A/1.0 require
Any help will be most appreciated.
For reference sake, my software configs are as follows:
Server:
Redhat linux 9
svn 1.0.1-1 (subversion-tools-1.0.1-1, subversion-server-1.0.1-1 and
httpd-2.0.48-3
apr-0.9.5-0.2
apr-util-0.9.5-0.1
Client:
Windows XP SP1
svn 1.0.0
Any help will be greatly appreciated.
Regards,
Stuart.
DISCLAIMER: This information is intended only for the person or entity to
Absolute Systems (Pty) Ltd
|
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.