Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-09-30 11:52:32


Author: grafik
Date: 2007-09-30 11:52:31 EDT (Sun, 30 Sep 2007)
New Revision: 39616
URL: http://svn.boost.org/trac/boost/changeset/39616

Log:
Fix missing files in tar generation, by using a tar format that doesn't have short limits on file name lengths. (and that is still readable by the Python tarfile module)
Text files modified:
   trunk/tools/regression/boost_svn_export_archive.sh | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/regression/boost_svn_export_archive.sh
==============================================================================
--- trunk/tools/regression/boost_svn_export_archive.sh (original)
+++ trunk/tools/regression/boost_svn_export_archive.sh 2007-09-30 11:52:31 EDT (Sun, 30 Sep 2007)
@@ -34,7 +34,7 @@
 {
   svn_export \
     | cut --bytes=6- \
- | star -c -D -to-stdout -d artype=tar list=- 2>/dev/null \
+ | star -c -D -to-stdout -d artype=pax list=- 2>/dev/null \
     | bzip2 -6 -c \
     | tee $1 \
     | tar -jtf - \


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk