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

Re: Speeding up the 'svn commit' process?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-10 17:12:10 CEST

Justin Erenkrantz <jerenkrantz@apache.org> writes:

> My current gripe is that 'svn commit' just takes too long to pop
> up an editor. This seems to be related to the efficiency of
> svn_client__harvest_committables function. It is taking me about
> 10-15 minutes for my editor to pop up with the list of files that
> are changed. My starting point is a linux-2.4.14 kernel tree and
> then I'm trying to upgrade to 2.4.15, 2.4.16, 2.4.17, etc.

I'm thrilled that we now have an army of programmers discussing how to
make libsvn_wc cache entries. Once this problem is tackled, it will
not only massively speed up commits, but status and update as well.
All three operations involve huge tree walks.

The key here is to do it in small steps... rather than any one person
take on a herculean rewrite in solitary confinement. I think everyone
realizes this now. It looks like Philip has already committed a good
first step; keep the discussion going!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 10 17:16:44 2002

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.