$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ghost_at_[hidden]
Date: 2007-08-27 02:41:19
Author: vladimir_prus
Date: 2007-08-27 02:41:18 EDT (Mon, 27 Aug 2007)
New Revision: 38986
URL: http://svn.boost.org/trac/boost/changeset/38986
Log:
Another svnversion fix
Text files modified:
trunk/tools/build/v2/roll.sh | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
Modified: trunk/tools/build/v2/roll.sh
==============================================================================
--- trunk/tools/build/v2/roll.sh (original)
+++ trunk/tools/build/v2/roll.sh 2007-08-27 02:41:18 EDT (Mon, 27 Aug 2007)
@@ -7,10 +7,6 @@
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
set -e
-# Capture the version
-revision=`svnversion .`
-echo "SVN Revision $revision" >> timestamp.txt
-date >> timestamp.txt
# Do some renames/rearrangments
cp -r ../v2 ../boost-build
@@ -18,6 +14,11 @@
cp -r ../../jam/src ../boost-build/jam_src
cd ../boost-build
+# Capture the version
+revision=`svnversion ..`
+echo "SVN Revision $revision" >> timestamp.txt
+date >> timestamp.txt
+
# This one is not fully finished
rm -rf example/versioned