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

Re: ideas to make svn update faster.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-05-08 18:07:22 CEST

On Sun, 2005-05-08 at 17:56 +0200, Thomas Zander wrote:
> Making things multiple times slower surely is unacceptable; I fully agree.
> But please tell me how you come to the conclusion that this would be the
> case?
> Just reading an xml file is something that already happens for each and
> every directory you have managed; if you do an update from the root level
> its going to be faster, if you do an update lower it could cause a couple
> of extra local filesystem reads. That does not translate to multiple times
> slower at all.

If you update a tree, and then visit one of its subdirs in TortoiseSVN,
tsvn will do a non-recursive status operation on the subdir. Currently,
this involves reading only one entries file; under your scheme, it might
have to read several. Thus, several times slower. (At least, in
theory. There might be more important sources of slowness in the
non-recursive status operation.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 8 18:08:59 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.