not console output for svn cat command.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user