|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57636 - branches/release/tools/release
From: bdawes_at_[hidden]
Date: 2009-11-13 09:45:20
Author: bemandawes
Date: 2009-11-13 09:45:20 EST (Fri, 13 Nov 2009)
New Revision: 57636
URL: http://svn.boost.org/trac/boost/changeset/57636
Log:
tools/release: merge trunk
Properties modified:
branches/release/tools/release/ (props changed)
Text files modified:
branches/release/tools/release/snapshot.bat | 5 ++++-
branches/release/tools/release/snapshot_download_docs.bat | 2 ++
2 files changed, 6 insertions(+), 1 deletions(-)
Modified: branches/release/tools/release/snapshot.bat
==============================================================================
--- branches/release/tools/release/snapshot.bat (original)
+++ branches/release/tools/release/snapshot.bat 2009-11-13 09:45:20 EST (Fri, 13 Nov 2009)
@@ -11,7 +11,10 @@
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
Modified: branches/release/tools/release/snapshot_download_docs.bat
==============================================================================
--- branches/release/tools/release/snapshot_download_docs.bat (original)
+++ branches/release/tools/release/snapshot_download_docs.bat 2009-11-13 09:45:20 EST (Fri, 13 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