REPOSTING AGAIN: Does anyone know the answer to my question?
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
---------------- apache httpd.conf---------------------------
<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>
---------------------- the access file --------------------
[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
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 21 23:24:31 2006