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

Re: svn co performance

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-10-31 00:52:27 CET

> It's certainly fair to say "we traded it off". But is there a
> specific reason why it's so slow?

First, it's going to transfer slightly more data, because vdelta isn't
as good as zlib (I'll fix this by removing vdelta in 1.4 for svndiff1
clients in favor of just compressing the plaintext).

Second, it's going to be a lot more disk i/o, because it creates a lot
of paths, empty and non-empty, and is going to write out the text-base
files.

> Or is it "it's just slow and we
> haven't worked on optimizing it because that's not a priority"?
>
> I can understand either. If it's the latter, maybe I can work on it.
> If the former, then probably not.
>
> paul
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 31 00:54:01 2005

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.