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

Re: svn log "hangs"

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-05 21:06:32 CET

On Nov 4, 2004, at 8:17 PM, Ray Johnson wrote:

>
> Just to show I'm not exaggerating - I timed the "svn log" for a file:
> it took 5 minutes and 2 seconds.
>
> The file in question had only 9 revisions.

Sure, but if each of those revisions changed 300 files, then apache
needs to verify the readability of 2700 paths!

> Seems to me like some optimizations could be made in mod_dav_svn. For
> example, if the path doesn't change in any of the revisions why is the
> security constantly rechecked?

It's not the one file that's being re-checked. It's *every changed
path* in *every revision* returned by 'svn log' that's being checked
for readability.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 5 21:07:00 2004

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.