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

RE: svn log speed

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-06-09 15:08:30 CEST

"Dave Rodgman" <Dave.Rodgman@arm.com> wrote on 06/09/2005 09:00:06 AM:

> >
> >Have you tried this yet?
> >
> >http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.3
>
> Yes; this disables authorisation completely, which isn't acceptable for
> me.
> I need good access control, but I'm willing to live with a tiny bit of
> leaked meta-information in the logs.

Actually, it does pretty much exactly what you want. It disables the
extra path-based checks that Subversion does. Operations like checkout
and commit already hit those paths, so all of the checks still occur and
you still get enforcement of things like making paths read-only, and
certain paths not-readable. What you lose, is that operations like svn
log can potentially show log entries for items the user is not authorized
to see. But even then, only if the user run's log on say the root of the
repository.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 9 15:10:29 2005

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.