瀏覽代碼

tools/release: tweak scripts

[SVN r57275]
Beman Dawes 16 年之前
父節點
當前提交
4deb721a5b
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 3 0
      tools/release/snapshot.bat
  2. 2 0
      tools/release/snapshot_download_docs.bat

+ 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
 time /t
 pushd %BOOST_TRUNK%
+echo Running svn cleanup on %BOOST_TRUNK%
+svn cleanup
+echo Running svn update on %BOOST_TRUNK%
 svn up
 popd
 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  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号