[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 21:05:30 CEST

Philip Martin wrote:
> What I observe with the current code is typically
>
> A dir
> A dir/file
> A dir/subdir
> A dir/subdir/file
> A dir/another_file
>
> It's true that once subdir is added it gets all its contents before
> any more items are added to dir, however that happens during the dir
> update so "pending" log files will accumulate all the way down the
> heirarchy. Is that going to be a problem? Does the dir/subdir
> creation get accumulated in the dir log file? Can dir/subdir sensibly
> have a log file before the dir log file has been run?

Well, it does pass all the tests. :) Nothing seems to much care that
subdir's log file is run before dir's (which sets up subdir's entry)
is. From what I can tell, the log files can only have operations that
depend on files within the directory itself, not in it's parent
directories.

-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 21:05:59 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.