[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: John Peacock <jpeacock_at_rowman.com>
Date: 2005-12-09 14:55:08 CET

Peter Samuelson wrote:
> The compression algorithm is identical. (Well, .zip is actually a
> container format whose member files can use any of several codecs, but
> "deflate", the codec used by gzip, is the only one used in practice.)

Ah, but therein lies the core problem: a zip file can be considered identical as
long as it contains the same collection of files, even if the files are stored
*in a different order.* Unless you ensure that OO (or whatever) consistently
stores all of the files in the same order in its archives, two zip files may be
identical in content, but very different binaries. This may be a nonissue or it
may be the end of the discussion...

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 9 15:02:44 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.