Skip to content

Commit bef209d

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

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
@@ -66,7 +66,7 @@ for %%e in (%libraries%) do (
6666
echo.%%e already exists, skipping.
6767
) else (
6868
echo.Fetching %%e...
69-
svn export %SVNROOT%%%e
69+
svn export -q %SVNROOT%%%e
7070
)
7171
)
7272

0 commit comments

Comments
 (0)