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

Re: [Fwd: svn: Lock request failed: 401 Authorization Required]

From: Jeb <jeb.beasley_at_penske.com>
Date: 2006-06-26 16:01:06 CEST

Erik Huelsmann wrote:

>> httpd directives
>
# match urls for the 'ecomm' reposoitory, skip svn specific stuff,
webprojects group ( company conventions
# to separate functional development groups), dev.* developers use dev
branches

>> <Location ~ /ecomm/.*/webprojects/.*/branches/dev.*/>
>
# specify apache basic authentication chanllenge response

>> AuthType basic
>
# look up user/pwd here

>> AuthUserFile /opt/apache/subversion/conf/.auth.users
>
# grant read access, but force authentication

>> <Limit GET PROPFIND OPTIONS REPORT>
>> Require valid-user
>> </Limit>
>
# where to look up group memberships

>> AuthGroupFile conf/.auth.ecomm.webprojects.groups
>
# Realm name as displayed in Authentication Challenge - provides sanity
check also so we can
# verify which pattern is matching

>> AuthName "Subversion Source Control ecomm/webprojects/branches/dev"
>
# For anything other than Read access, test group membership

>> <LimitExcept GET PROPFIND OPTIONS REPORT>
>> Require group developers onsite_lead super_users
>> </LimitExcept>
>> </Location>
>
>
> What should a location block like this mean to Apache?!
>
> bye,
>
>
> Erik.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 26 16:03:03 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.