Skip to content

Commit 6c6186d

Browse files
authored
PCbuild: Add -q option to svn export (GH-539)
Without this option, AppVeyor log is too unreadable. (cherry picked from commit 8886d5f)
1 parent 6120484 commit 6c6186d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for %%e in (%libraries%) do (
6969
echo.%%e already exists, skipping.
7070
) else (
7171
echo.Fetching %%e...
72-
svn export %SVNROOT%%%e
72+
svn export -q %SVNROOT%%%e
7373
)
7474
)
7575

0 commit comments

Comments
 (0)