$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59100 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2010-01-17 14:55:49
Author: bemandawes
Date: 2010-01-17 14:55:49 EST (Sun, 17 Jan 2010)
New Revision: 59100
URL: http://svn.boost.org/trac/boost/changeset/59100
Log:
Add --trust-server-cert
Text files modified: 
   trunk/tools/release/inspect_trunk.bat |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/release/inspect_trunk.bat
==============================================================================
--- trunk/tools/release/inspect_trunk.bat	(original)
+++ trunk/tools/release/inspect_trunk.bat	2010-01-17 14:55:49 EST (Sun, 17 Jan 2010)
@@ -10,7 +10,7 @@
 rem cleanup clears locks or other residual problems (we learned this the hard way!)
 svn cleanup
 echo Update trunk working copy...
-svn up --non-interactive
+svn up --non-interactive --trust-server-cert
 pushd tools\inspect\build
 echo Build inspect program...
 bjam