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

deny/allow access to projects based on IP address?

From: Chris Evans <Chris.Evans_at_gresearch.co.uk>
Date: Tue, 3 May 2011 14:18:27 +0100

Hi,

I'm looking to have some way of controlling access to top level projects in an HTTP served repository by IP address. The LocationMatch directive seems to do this as below, but I was wondering if there was a better way anybody has found? I'm guessing there will be some performance hit with multiple directives and especially during a bit checkout.

<LocationMatch "^/svn/repo/project/*">
Order Deny,Allow
Deny from all
Allow from 1.1.1.1
</LocationMatch>

For reference I'm using VisualSVN Sever.

Thanks
Chris

*bypass*
Received on 2011-05-03 15:19:00 CEST

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.