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