From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ad50e6a11b0a7c8a,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-06 23:54:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!news-peer.gradwell.net!not-for-mail Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 From: porton@ex-code.com (Victor Porton) Subject: Releasing long file anmes in .zip/.tar.gz? Newsgroups: comp.lang.ada Content-Type: text/plain; charset=us-ascii Message-ID: Date: Fri, 07 Mar 2003 12:53:47 +0500 Organization: Extreme Code Software (http://ex-code.com) X-URL: http://www.ex-code.com/ NNTP-Posting-Date: 07 Mar 2003 07:54:57 GMT NNTP-Posting-Host: 195.149.39.13 X-Trace: 1047023697 news.gradwell.net 66676 mail2news/195.149.39.13 X-Complaints-To: news-abuse@gradwell.net Xref: archiver1.google.com comp.lang.ada:35007 Date: 2003-03-07T07:54:57+00:00 List-Id: I'm going to release an Ada package (UniParser - a library for creating grammar parsers). Gnat uses long filenames. What is the best solution for release: I work under Linux. Windows archivers do not accept ZIP files created by Linux "zip" with long filenames (more than 8.3). Should I: - Release in .tar.gz (Hey, Windows users, are you all able to extreact?) - Use file names shortened to 8.3 (krunching) - Any other solution?