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

Re: FSFS format7 and compressed XML bundles

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Fri, 1 Mar 2013 14:44:23 +0100

On 2013-02-28 10:58:07 -0800, Ben Reser wrote:
> Speaking with Julian here at ApacheCon he mentioned that gzip has a
> rsyncable option. Looking into this turns out that there is a patch
> applied to Debian's gzip that provides this option.

I can't see such an option in Debian's gzip (from unstable, and
there is no experimental version).

> It resets the compression algorithm every 1000 bytes and thus makes
> blocks that can be saved between revisions of the file.

Wouldn't this work only when data are appended to the file?
If data are inserted or deleted, this would change the block
boundaries. Instead of fixed-length blocks, I'd rather see
boundaries based on the file contents.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Received on 2013-03-01 14:44:56 CET

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.