]> granicus.if.org Git - python/commitdiff
PCbuild: Add -q option to svn export (GH-538)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 7 Mar 2017 08:18:33 +0000 (17:18 +0900)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2017 08:18:33 +0000 (17:18 +0900)
Without this option, AppVeyor log is too unreadable.
(cherry picked from commit 8886d5f39286dffa7d9337857b151e7fb4af23fd)

PCbuild/get_externals.bat

index dfaf5496a2b6148bd30ef2a8c0505deca0ec4ccd..9cd13065c7abb92a1fae1e7a04f4c74f2f39d132 100644 (file)
@@ -66,7 +66,7 @@ for %%e in (%libraries%) do (
         echo.%%e already exists, skipping.\r
     ) else (\r
         echo.Fetching %%e...\r
-        svn export %SVNROOT%%%e\r
+        svn export -q %SVNROOT%%%e\r
     )\r
 )\r
 \r