From: INADA Naoki Date: Tue, 7 Mar 2017 08:18:12 +0000 (+0900) Subject: PCbuild: Add -q option to svn export (GH-537) X-Git-Tag: v3.6.2rc1~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33d70d1721ed8a23d2744f33d5358657adccf4cd;p=python PCbuild: Add -q option to svn export (GH-537) Without this option, AppVeyor log is too unreadable. (cherry picked from commit 8886d5f39286dffa7d9337857b151e7fb4af23fd) --- 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 ) )