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

Restricted anonymous access to svn-apache repository

From: Gustavo Guerra <gmcg_at_acm.org>
Date: 2004-06-03 18:51:19 CEST

Hello

I have several repositories below /svnroot

In apache's httpd.conf I have something like this:

<Location /svn>
  DAV svn
  SVNParentPath /svnroot
  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile /svnroot/passwd
  AuthzSVNAccessFile /svnroot/svnaccess
  Satisfy Any
  Require valid-user
</Location>

and have this in svnaccess:

[groups]
repos1_users = user1, user2
repos2_users = user1, user3

[/releases]
* = r

[repos1:/]
@repos1_users = rw

[repos2:/]
@repos1_users = rw

This way, anonymous access has access to the /releases folder at each
repository
Now, I wanted to restrict this anonymous access only to some IP/domain
group.
I think that can be that in apache in httpd.conf. Does anybody knows how?

Thakns in advance
Gustavo Guerra

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 3 18:55:08 2004

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.