Explorar el Código

Deal with bad certificate

[SVN r57311]
Beman Dawes hace 16 años
padre
commit
6b31ab1c59
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tools/release/snapshot.bat

+ 2 - 2
tools/release/snapshot.bat

@@ -12,9 +12,9 @@ echo Using %BOOST_TRUNK% as boost trunk
 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

粤ICP备19079148号