not console output for svn cat command.

This commit is contained in:
2019-03-14 12:55:32 +01:00
parent 57c059d190
commit f702989a3d

View File

@@ -6,8 +6,9 @@ set i=0
:start :start
if not "%i%"=="0" goto finish if not "%i%"=="0" goto finish
echo svn ... %* if not "%1" == "cat" echo svn ... %*
svn --config-option config:miscellany:use-commit-times=yes %* svn --config-option config:miscellany:use-commit-times=yes %*
if not errorlevel 1 set i=1 if not errorlevel 1 set i=1
goto start goto start
:finish :finish