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

Re: Apache setup, user access

From: Dave Pawson <dave.pawson_at_gmail.com>
Date: 2005-09-18 10:29:21 CEST

On 17/09/05, Ryan Ernst <rernst-lists@warflame.ca> wrote:

> > I'm trying to set up a Subversion repository which has
> > password protected read access, and no other access.
>
> If you want to do it that way, you'd use both.
>
> <LimitExcept GET>
> # No access except by get
> Order deny,allow
> Deny from all
> </LimitExcept>
>
> <Limit GET>
> # Want to protect GET access
> Require valid-user
> # password stuff
> </Limit>

Thanks Ryan.

Offered either, I hadn't thought of using both.
George Boole to the rescue?

Appreciated.

regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Sep 18 10:30:57 2005

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.