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

Example Server config

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2002-01-26 23:06:55 CET

OK, I figured out the following so far....

In /etc/httpd/conf/httpd.conf file:

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

   AuthType Basic
   AuthName "SVNGUI"
   AuthUserFile /home/svnroot/svnpasswd
   Require valid-user
</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
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.