|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57275 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2009-11-01 11:46:15
Author: bemandawes
Date: 2009-11-01 11:46:14 EST (Sun, 01 Nov 2009)
New Revision: 57275
URL: http://svn.boost.org/trac/boost/changeset/57275
Log:
tools/release: tweak scripts
Text files modified:
trunk/tools/release/snapshot.bat | 3 +++
trunk/tools/release/snapshot_download_docs.bat | 2 ++
2 files changed, 5 insertions(+), 0 deletions(-)
Modified: trunk/tools/release/snapshot.bat
==============================================================================
--- trunk/tools/release/snapshot.bat (original)
+++ trunk/tools/release/snapshot.bat 2009-11-01 11:46:14 EST (Sun, 01 Nov 2009)
@@ -11,6 +11,9 @@
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
Modified: trunk/tools/release/snapshot_download_docs.bat
==============================================================================
--- trunk/tools/release/snapshot_download_docs.bat (original)
+++ trunk/tools/release/snapshot_download_docs.bat 2009-11-01 11:46:14 EST (Sun, 01 Nov 2009)
@@ -6,6 +6,8 @@
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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk