[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-09 23:28:45 CET

[Greg Hudson]
> Given that our solution already involves a change to the compression
> software used by OO, I don't see why it changes anything to also
> require a change to the archiving software. Just store the files in
> sorted order.

Not exactly, the proposed solution involves a change to a library used
by OO, and having the library sort its input filenames is not possible
- zlib just operates on streams, not whole zip files. The distinction
is that the OO people wouldn't need to get directly involved.

I'd agree though that the onus on making files friendly to binary diff
algorithms rests on the open source software producing the files. If
not sorted order, at least something deterministic, if this is not
already the case.

Received on Sat Dec 10 00:02:13 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.