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

Re: pax built test tarballs

From: Ben Reser <ben_at_reser.org>
Date: 2004-04-03 19:51:56 CEST

On Sat, Apr 03, 2004 at 05:34:41PM +0100, Rob Oxspring wrote:
> It worked for me on Windows. I'm using Windows XP, Winzip 9, and
> cygwin's find to run the specified command.

Wow great. That means that by switching to pax we solved the Windows
problem for the time being. I'll note though that we're still planning
to do a Windows zip file. There's a patch to export I sent yesterday
that should help make it possible for us to generate that source package
on *nix platforms easily.

I wonder if the problem with the cpio generated one and WinZip wasn't
the date issue. Or maybe you have a newer version of WinZip.

> But isn't the expected problem a gnu vs posix tar thing? As I understood
> things (very superficially) the difference only kicks in with paths over
> a certain length (100 chars springs to mind) and the longest path in the
> tarball is
> subversion-1.0.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/PropertyData.java
> which is 100 chars on the nose - is this path long enough to exercise
> the problem?

We have a path as long as 108 chars:
$ find subversion-1.0.1 | perl -ne 'if (length($_) > 100) { chomp $_;
print length($_),$/,$_,$/; }'
106
subversion-1.0.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/PromptUserPassword2.java
106
subversion-1.0.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/PromptUserPassword3.java
108
subversion-1.0.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientSynchronized.java
105
subversion-1.0.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java
102
subversion-1.0.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/ClientException.java
105
subversion-1.0.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/PromptUserPassword.java
100
subversion-1.0.1/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/BlameCallback.java

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 3 19:52:23 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.