windows binary

Paul Moore p.f.moore at gmail.com
Thu Aug 9 04:34:50 CDT 2007


On 09/08/07, Bela Babik <teki321 at gmail.com> wrote:
> Why is the library.zip in the Windows distribution is not a valid zip file?

It is:

>unzip -l \Apps\Mercurial\library.zip
Archive:  /Apps/Mercurial/library.zip
warning [/Apps/Mercurial/library.zip]:  1871887 extra bytes at
beginning or within zipfile
  (attempting to process anyway)
  Length     Date   Time    Name
 --------    ----   ----    ----
       98  18-06-07 16:20   hgext/__init__.pyc
     3548  18-06-07 16:20   hgext/acl.pyc
[etc]

Some zip tools don't like zipfiles with extra data at the start, but
it's perfectly valid according to the zip spec. Winzip doesn't seem
happy with it, but the command line zip utility is fine (as you see
above)

Paul.


More information about the Mercurial mailing list