[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 14:48:40 +0100

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

> Is there a way to enable path-based authorization only when
> committing?
> I can see allowing any user with access to a repository to be able to
> see the entire thing, but wanting to keep most users from writing to
> tags folders and to the main branch areas of previous releases that
> have
> been locked down. Even if this was to be enforced using a commit
> hook,
> it would probably be acceptable if it boosted performance
> significantly.

Using svnserve there might. My svnserve.conf includes these lines:
        anon-access = none
        auth-access = write

So i think you can set anon access to read only, and then allow people
to read
or do log? commands or??

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 14:49:11 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.