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

@@ -59,7 +59,9 @@ iff .%1.==.. then
cdd %EIFFEL_SRC
cd tools
if EXIST %INIT_DIR%\isesvn\tools\setup (
xcopy %INIT_DIR%\isesvn\tools\setup setup /E /I
if not EXIST setup (
xcopy %INIT_DIR%\isesvn\tools\setup setup /E /I
)
) else (
co %DEFAULT_ISE_SVN%/Src/tools/setup setup
)