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

Re: Example Server config

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2002-01-27 05:02:21 CET

David Summers <david@summersoft.fay.ar.us> writes:

> That limits it to the htpasswd users listed, how can I make it
> READ-ONLY available to everyone but require user name and
> password to commit?

<Location /repos/svngui>
   DAV svn
   SVNPath /home/svnroot/svngui

   AuthType Basic
   AuthName "SVNGUI"
   AuthUserFile /home/svnroot/svnpasswd

###############################################################################
# Add this
   <LimitExcept GET HEAD OPTIONS PROPFIND>
       Require valid-user
    </LimitExcept>
###############################################################################
</Location>

That limits it to the htpasswd users listed, how can I make it READ-ONLY
available to everyone but require user name and password to commit?

  Thanks

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
-- 
Eric Gillespie, Jr. <*> epg@pretzelnet.org
"When everyone has to reinvent the wheel, many people invent
 square wheels."
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:00 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.