[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: Gleason, Todd <tgleason_at_impac.com>
Date: Wed, 12 Mar 2008 06:51:27 -0700

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.

-----Original Message-----
From: Jon Bendtsen [mailto:jbendtsen_at_laerdal.dk]
Sent: Wednesday, March 12, 2008 7:49 AM
To: Gleason, Todd
Cc: List Subversion
Subject: Re: svn log using apache is SLOW

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:52:46 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.