[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: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-06-26 15:46:52 CEST

> httpd directives
> <Location ~ /ecomm/.*/webprojects/.*/branches/dev.*/>
> AuthType basic
> AuthUserFile /opt/apache/subversion/conf/.auth.users
> <Limit GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </Limit>
> AuthGroupFile conf/.auth.ecomm.webprojects.groups
> AuthName "Subversion Source Control ecomm/webprojects/branches/dev"
> <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 15:48: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.