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

Re: winzip and tar.gz files unpacking into 2 directories instead of 1??

From: Klaus Rennecke <kre_at_tigris.org>
Date: 2004-07-21 21:07:32 CEST

Rodney Crossman wrote:

> subversion
> \
> bindings
> \
> java
>
> subversion-1.x.x
> \
> everything else
>
> Is this a winzip bug caused by some weird way your packing them??
> Winrar works fine, its just winzip doing this.
> [...]

This will be the result of every program that is not able to handle the
prefix extension of POSIX.1 format TAR. The .../bindings/java path
contains file names that exceed 100 characters and thus need the prefix
extension.

More details: http://www.contactor.se/~dast/svn/archive-2004-03/0364.shtml

If only the uni*es had all the new GNU tar implementation, then it would
be feasible to release in that format.

Apache ANT handles only GNU tar format too.

My approach: install cygwin.

/Klaus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 21 21:07:45 2004

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.