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

Re: svn log using apache is SLOW

From: Jon Bendtsen <jbendtsen_at_laerdal.dk>
Date: Wed, 12 Mar 2008 15:01:15 +0100

On 12/03/2008, at 14.51, Gleason, Todd wrote:

> Sorry, I meant using Apache. We'd want standard authorized users to
> be
> able to read the whole repository (it isn't public but if you can get
> in, you can read it all), but only a select few to be able to write to
> tags and certain branches.

You might be able to do that as well.

This is from my
        /etc/apache2/mods-available/dav_svn.conf

   # The following three lines allow anonymous read, but make
   # committers authenticate themselves.

# <LimitExcept GET PROPFIND OPTIONS REPORT>
# Require valid-user
# </LimitExcept>

So i think you can do what you want.

JonB

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-12 15:02:09 CET

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.