quiet svn commands

workaround few issues (delay during deletion ?)
This commit is contained in:
2019-03-02 20:24:34 +00:00
parent 2415d545f8
commit b216cb5759
6 changed files with 15 additions and 5 deletions

View File

@@ -43,8 +43,8 @@ alias cancel `echo Exiting... & echo Total time used: & echo %@TIMER[2] & set PA
alias CANCEL_ON_ERROR `iff not "%DELIV_SKIP_ERROR%" == "True" then & CANCEL & endiff`
REM CVS Commands: checkout, export
alias co `call %INIT_DIR\svn_command.bat co %$ >>& %INSTALL_LOG`
alias exprt `call %INIT_DIR\svn_command.bat --force export %$ >>& %INSTALL_LOG`
alias co `call %INIT_DIR\svn_command.bat co --quiet %$ >>& %INSTALL_LOG`
alias exprt `call %INIT_DIR\svn_command.bat --force export --quiet %$ >>& %INSTALL_LOG`
REM We cannot redirect the output here, since the output is redirected to a file
alias exprtfile `call %INIT_DIR\svn_command.bat cat %$`