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

RE: Deltas?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-03-10 20:26:15 CET

On Sun, 10 Mar 2002, Daniel Berlin wrote:
> Right now, anything over the SVN stream chunk size is not deltified.
>
> The default chunk size is 100 * 1024 right now.
> This will change when we have either a delta-combiner or skip deltas.

I don't think we need a delta combiner or skip deltas to change this. It
shouldn't take any more memory to apply a delta to a large stream (that's
the whole point of the windows); it sounded like we had a bug which caused
memory to balloon in this case. So we need to fix the bug (or verify that
it has already been fixed), which is orthogonal to features which limit
the number of delta applications to get to a revision.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 10 20:26:49 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.