diff options
author | Beman Dawes <bdawes@acm.org> | 2008-10-21 16:03:35 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2008-10-21 16:03:35 +0000 |
commit | 8219b249c10bfcf6c9baf54f3b703a22a99801ec (patch) | |
tree | ca173922f19c881785ed206c30939581fd6ec815 /tools/release | |
parent | 6c1f57261dd03b7a570c4677c0e979ad5bca6689 (diff) | |
download | boost-8219b249c10bfcf6c9baf54f3b703a22a99801ec.tar.gz |
snapshot_posix.sh: leave an audit trail, which is used by inspect to determine revision number
[SVN r49421]
Diffstat (limited to 'tools/release')
-rwxr-xr-x | tools/release/snapshot_posix.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/release/snapshot_posix.sh b/tools/release/snapshot_posix.sh index 65ff3f286f..015e2f52b9 100755 --- a/tools/release/snapshot_posix.sh +++ b/tools/release/snapshot_posix.sh @@ -10,8 +10,11 @@ echo "Build a branches/release snapshot for POSIX, using LF line termination..." echo "Removing old files..." rm -r -f posix +rm -r -f svn_info 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 svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix echo "Building docs..." |