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

Re: Improving the performance of libsvn_wc for checkouts/updates/switches

From: Josh Pieper <jjp_at_pobox.com>
Date: 2004-05-22 20:40:26 CEST

Philip Martin wrote:
> Josh Pieper <jjp@pobox.com> writes:
>
> > Ok, so instead of the suggested entries+changes approach mentioned in
> > 'entries-caching', I essentially just saved up the log-file until the
> > entire directory modification is done. In order to let updates be
> > resumable, I had to add a pool cleanup handler that runs the
> > directory's log files when its pool is destroyed prematurely before
> > the entire update has completed. Is this OK?
>
> I don't know. How does it handle sub-dirs? Are you going to
> accumulate "pending" log files for the entire directory hierarchy?

There is one log-file per directory. They are only kept around as
long as the editor has the directory open. Since the editor is
depth-first, it should at most be the tip directory log file and those
of the parent paths down to the root.

-Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 22 20:40:42 2004

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.