From 565c34df47416cd201f88c19ec4f325b4f5099e5 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 27 Aug 2007 06:41:18 +0000 Subject: [PATCH] Another svnversion fix [SVN r38986] --- v2/roll.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/v2/roll.sh b/v2/roll.sh index ec506edfa..55b0adf98 100755 --- a/v2/roll.sh +++ b/v2/roll.sh @@ -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 ../v2 ../boost-build 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