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

Re: binary delta

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-01-24 15:45:42 CET

On Thu, 2002-01-24 at 08:42, Torgeir Veimo wrote:
> If my info is correct, subversion uses the vcdiff delta compression
> technique for sending binary deltas over the wire.

No... we use the vdelta algorithm to produce block-copy instructions,
and we use a home-grown "svndiff" format for encoding those
instructions. vcdiff would be more compact, but probably only a little
bit, and we found that it was much more complicated than we were
comfortable with.

> Is the discussion that took place before this was implemented available
> somewhere or are there some links to the threads from the mailing list?

Well, you can search for "vdelta" or "vcdiff" in the mailing list
archives, or browse them starting around August 2000 (maybe a little
before that).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:59 2006

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.