As I noticed there was an update to the new svn version (1305), I went to my roster2 site to download the update package.
This time I figured "let's try the tarball", since I usually like those better.
However, the file that I received for download doesn't look anything like a tarball at all!
- Code: Select all
#> tar tzvvf WoWRoster_UpdatePackage_20070905_0216.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
Makes me wonder what it is, if it isn't a tarball...
- Code: Select all
#> file WoWRoster_UpdatePackage_20070905_0216.tar.gz
WoWRoster_UpdatePackage_20070905_0216.tar.gz: gzip compressed data, from Unix
Ok, so unzip it:
- Code: Select all
#> gunzip WoWRoster_UpdatePackage_20070905_0216.tar.gz
gzip: WoWRoster_UpdatePackage_20070905_0216.tar.gz: unexpected end of file
As the tar command already told us. Also 'unzip' from the InfoZIP package fails in the same way.
.. so any idea what's up with that?
The normal .zip download works fine and can be extracted without problems using the 'unzip' from InfoZIP.
BTW: this behaviour is not specific to this svn version, I've seen it both on 1298 and on an older svn version (1267 I think)
Greetz,
BenV