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

SVN Access

From: Res Pons <pons32_at_hotmail.com>
Date: 2006-04-19 00:59:35 CEST

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

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.