We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7bc45 commit bef209dCopy full SHA for bef209d
1 file changed
PCbuild/get_externals.bat
@@ -66,7 +66,7 @@ for %%e in (%libraries%) do (
66
echo.%%e already exists, skipping.
67
) else (
68
echo.Fetching %%e...
69
- svn export %SVNROOT%%%e
+ svn export -q %SVNROOT%%%e
70
)
71
72
0 commit comments