Bug 1.6.0, Errorlevel not outputted correctly
From: Jonathan Kay <trekie99_at_hotmail.com>
Date: Sat, 28 Mar 2009 00:30:01 -0700 (PDT)
When using a batch file to update the repository, 1.6.0 is always outputting errorlevel 1, regardless if it was successful or not.
The expected behavior is errorlevel 0 when successful and errorlevel 1 when failed.
Quick batch file for testing:
IF ERRORLEVEL=1 GOTO success
:failure
:success
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.