I'm running Apache2 with SVN 1.3.0 and I'm going to use an access file to
restrict access.
I've go the file to work and here's a copy of what's in my httpconf and the
access file respectively
<Location /svn>
DAV svn
SVNPath /local1/svn
#SVNParentPath /local1/svn
# SVNIndexXSLT "/usr/local/apache2/svnindex.xsl"
AuthzSVNAccessFile /local1/svn/conf/svn-access-file
#Satisfy Any
Require valid-user
AuthType Basic
AuthName "Subversion Access"
AuthUserFile /local1/svn/conf/svn-pwd-file
</Location>
----------------------
[groups]
svnAdmin = user1, user2
svnTags = user1
svnWriteGroup = user1, user2, user3, user4,
svnReadGroup = user5, user6,
svntesters = testuser
svnScripts = user1, user4
[/]
* = r
@svnAdmin = rw
[/proj1]
@svnWriteGroup = rw
@svnReadGroup = r
[/proj1/tags]
@svnTags = rw
@svnWriteGroup =
@svnReadGroup =
@svnAdmin =
[/proj2]
@svntesters =
@svnWriteGroup =
#siravani =
@svnAdmin =
[/proj3]
@svnScripts = rw
and so on....
.
.
.
------------------------------
My QUESTION is: if a project is not listed in the access file, by default
only inherits * = r from the root? Which means I have to list EVERY project
and have a precise plan as to whom can or can't access what have you? Am I
on the right track with this set up? Feeback please.
Thanks.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 19 01:00:56 2006