$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49432 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2008-10-22 08:46:29
Author: bemandawes
Date: 2008-10-22 08:46:29 EDT (Wed, 22 Oct 2008)
New Revision: 49432
URL: http://svn.boost.org/trac/boost/changeset/49432
Log:
shapshot_posix: use --non-recursive rather than --depth=files until the linux distros catch up
Text files modified: 
   trunk/tools/release/snapshot_posix.sh |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/tools/release/snapshot_posix.sh
==============================================================================
--- trunk/tools/release/snapshot_posix.sh	(original)
+++ trunk/tools/release/snapshot_posix.sh	2008-10-22 08:46:29 EDT (Wed, 22 Oct 2008)
@@ -14,7 +14,8 @@
 
 echo "Exporting files from subversion..."
 # leave an audit trail, which is used by inspect to determine revision number
-svn co --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
+#   use --non-recursive rather than --depth=files until the linux distros catch up
+svn co --non-recursive http://svn.boost.org/svn/boost/branches/release svn_info
 svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
 
 echo "Building docs..."