Browse Source

tools/release: merge trunk

[SVN r57636]
Beman Dawes 16 years ago
parent
commit
d669d3da36
2 changed files with 6 additions and 1 deletions
  1. 4 1
      tools/release/snapshot.bat
  2. 2 0
      tools/release/snapshot_download_docs.bat

+ 4 - 1
tools/release/snapshot.bat

@@ -11,7 +11,10 @@ rem  Must be run in a directory devoted to boost release snapshots
 echo Using %BOOST_TRUNK% as boost trunk
 time /t
 pushd %BOOST_TRUNK%
-svn up
+echo Running svn cleanup on %BOOST_TRUNK%
+svn --non-interactive --trust-server-cert cleanup
+echo Running svn update on %BOOST_TRUNK%
+svn --non-interactive --trust-server-cert up
 popd
 call %BOOST_TRUNK%\tools\release\snapshot_download_docs.bat
 time /t

+ 2 - 0
tools/release/snapshot_download_docs.bat

@@ -6,6 +6,8 @@ rem  Copyright 2008 Beman Dawes
 rem  Distributed under the Boost Software License, Version 1.0.
 rem  See http://www.boost.org/LICENSE_1_0.txt
 
+echo Downloading docs subdirectory...
+
 echo Deleting old files and directories ...
 del boost-docs.7z 2>nul
 rmdir /s /q docs_temp 2>nul 

粤ICP备19079148号