quiet svn commands
workaround few issues (delay during deletion ?)
This commit is contained in:
@@ -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 %$`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user