Kaynağa Gözat

tools/release: tweak scripts

[SVN r57275]
Beman Dawes 16 yıl önce
ebeveyn
işleme
4deb721a5b

+ 3 - 0
tools/release/snapshot.bat

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

+ 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  Distributed under the Boost Software License, Version 1.0.
 rem  See http://www.boost.org/LICENSE_1_0.txt
 rem  See http://www.boost.org/LICENSE_1_0.txt
 
 
+echo Downloading docs subdirectory...
+
 echo Deleting old files and directories ...
 echo Deleting old files and directories ...
 del boost-docs.7z 2>nul
 del boost-docs.7z 2>nul
 rmdir /s /q docs_temp 2>nul 
 rmdir /s /q docs_temp 2>nul 

粤ICP备19079148号