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

tar directory checksum error unpacking 0.27.0.tar

From: Andy Dougherty <doughera_at_lafayette.edu>
Date: 2003-08-21 16:47:16 CEST

When trying to unpack subversion-0.27.0 with the tar from Solaris 8,
I get a 'directory checksum error'. The problem is the
longer-than-100-character filenames in the archive, specifically

subversion-0.27.0/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/PropertyData.java
subversion-0.27.0/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/ClientException.java
subversion-0.27.0/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/PromptUserPassword.java

Solaris tar can create archives that can handle the longer file names if
given the -E flag. Perhaps the tar you are using has a similar flag.
Or, perhaps the names just need to be shortened. Or, perhaps, you want to
add your tar to the list of required software needed to build subversion.

-- 
    Andy Dougherty		doughera@lafayette.edu
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 21 17:08:01 2003

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.