commit | 8886d5f39286dffa7d9337857b151e7fb4af23fd | [log] [tgz] |
---|---|---|
author | INADA Naoki <methane@users.noreply.github.com> | Tue Mar 07 15:34:38 2017 +0900 |
committer | GitHub <noreply@github.com> | Tue Mar 07 15:34:38 2017 +0900 |
tree | a32f2e80a7d3f8414f1ada080e9023ebb4daef3b | |
parent | 93fac8dd358cd0e85e7b59115db226ce685d3f6f [diff] |
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 98a755d8..3a2656e 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat
@@ -66,7 +66,7 @@ echo.%%e already exists, skipping. ) else ( echo.Fetching %%e... - svn export %SVNROOT%%%e + svn export -q %SVNROOT%%%e ) )