Просмотр исходного кода

Add --trust-server-cert

[SVN r59100]
Beman Dawes 16 лет назад
Родитель
Сommit
c398eb91de
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/release/inspect_trunk.bat

+ 1 - 1
tools/release/inspect_trunk.bat

@@ -10,7 +10,7 @@ echo Clean trunk working copy ...
 rem cleanup clears locks or other residual problems (we learned this the hard way!)
 rem cleanup clears locks or other residual problems (we learned this the hard way!)
 svn cleanup
 svn cleanup
 echo Update trunk working copy...
 echo Update trunk working copy...
-svn up --non-interactive
+svn up --non-interactive --trust-server-cert
 pushd tools\inspect\build
 pushd tools\inspect\build
 echo Build inspect program...
 echo Build inspect program...
 bjam
 bjam

粤ICP备19079148号