$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57311 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2009-11-03 10:27:13
Author: bemandawes
Date: 2009-11-03 10:27:13 EST (Tue, 03 Nov 2009)
New Revision: 57311
URL: http://svn.boost.org/trac/boost/changeset/57311
Log:
Deal with bad certificate
Text files modified: 
   trunk/tools/release/snapshot.bat |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/release/snapshot.bat
==============================================================================
--- trunk/tools/release/snapshot.bat	(original)
+++ trunk/tools/release/snapshot.bat	2009-11-03 10:27:13 EST (Tue, 03 Nov 2009)
@@ -12,9 +12,9 @@
 time /t
 pushd %BOOST_TRUNK%
 echo Running svn cleanup on %BOOST_TRUNK%
-svn cleanup
+svn --non-interactive --trust-server-cert cleanup
 echo Running svn update on %BOOST_TRUNK%
-svn up
+svn --non-interactive --trust-server-cert up
 popd
 call %BOOST_TRUNK%\tools\release\snapshot_download_docs.bat
 time /t