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

Re: The tar format problem continues

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2004-03-17 21:01:20 CET

--On Wednesday, March 17, 2004 10:11 AM -0800 Ben Reser <ben@reser.org>
wrote:

> But even if we use star. It doesn't solve the problem with winzip.
> Winzip aparently doesn't read ustar formated archives. Which is the
> POSIX standard tar format. So even if we use star to produce ustar
> formats, winzip won't be able to handle them.

The line-endings will be corrupted even if we were able to get WinZip to
read it. I think the solution here is to create a CRLF-terminated checkout
and zip it up and post it alongside the LF-terminated tarballs. I don't
think we could trick a Unix svn client to create a CRLF checkout when
eol-style is 'native' in the repository - although that could be a *very*
useful feature here.

FWIW, httpd's RM only creates .tar.gz files and then someone with a Win32
box creates a zip file off the appropriate tag. Otherwise, the
line-endings are corrupted.

So, I'll advocate using pax for .tar.* files (as it seems to not have the
issue with bad timestamps that cpio did) and then finding another packaging
solution for the Win32 people. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 17 21:01:06 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.