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

Re: Autoexpanding ZIP archives?

From: Peter Samuelson <peter_at_p12n.org>
Date: 2005-12-08 09:01:32 CET

A postscript. If you really want subversion to be able to store
deflate files efficiently, I think you really want to push for the
'gzip --rsyncable'[*] variant of the codec to be more widely adopted.
It costs about 1% of compression but helps to ensure that changed bits
in the uncompressed input stream only propagate so far before the
output reconverges.

[*] This is a patch to gzip which has been in Debian for almost 3 years
    now but I don't think it's been applied elsewhere.
    http://ozlabs.org/~rusty/gzip.rsync.patch

Thus anything which uses binary differencing, be it subversion, rsync
or xdiff, will benefit from the gzip --rsyncable codec. I don't know
whether the patch has been ported to zlib, or if so, what the zlib
maintainers think of it. But I think that's where you need to be
focusing your energies.

Received on Thu Dec 8 09:03:17 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.