From: INADA Naoki Date: Tue, 7 Mar 2017 06:34:38 +0000 (+0900) Subject: PCbuild: Add -q option to svn export (GH-535) X-Git-Tag: v3.7.0a1~1184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8886d5f39286dffa7d9337857b151e7fb4af23fd;p=python PCbuild: Add -q option to svn export (GH-535) Without this option, AppVeyor log is too unreadable. --- diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index 98a755d870..3a2656e961 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -66,7 +66,7 @@ for %%e in (%libraries%) do ( echo.%%e already exists, skipping. ) else ( echo.Fetching %%e... - svn export %SVNROOT%%%e + svn export -q %SVNROOT%%%e ) )