projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93fac8d
)
PCbuild: Add -q option to svn export (GH-535)
author
INADA Naoki
<methane@users.noreply.github.com>
Tue, 7 Mar 2017 06:34:38 +0000
(15:34 +0900)
committer
GitHub
<noreply@github.com>
Tue, 7 Mar 2017 06:34:38 +0000
(15:34 +0900)
Without this option, AppVeyor log is too unreadable.
PCbuild/get_externals.bat
patch
|
blob
|
history
diff --git
a/PCbuild/get_externals.bat
b/PCbuild/get_externals.bat
index 98a755d870ad90fe1d2aa2bfb6cb83ab9a8c7ab6..3a2656e961ef7f71a51f84915229a2c1d007bf4e 100644
(file)
--- a/
PCbuild/get_externals.bat
+++ b/
PCbuild/get_externals.bat
@@
-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