Browse Source

snapshot_posix.sh: leave an audit trail, which is used by inspect to determine revision number

[SVN r49421]
Beman Dawes 17 years ago
parent
commit
8219b249c1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tools/release/snapshot_posix.sh

+ 3 - 0
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..."

粤ICP备19079148号