Author: dreimer
Date: Mon May 17 15:55:04 2010
New Revision: 47253
URL:
http://svn.reactos.org/svn/reactos?rev=47253&view=rev
Log:
fix a bug in ssvn batch version which always ran through the update function even if the
1st param was crap. Found by Crocodile
Modified:
trunk/tools/RosBE/RosBE-Windows/Root/sSVN.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Root/sSVN.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/sSV…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/sSVN.cmd [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/sSVN.cmd [iso-8859-1] Mon May 17 15:55:04 2010
@@ -184,6 +184,8 @@
echo Unknown parameter specified. Try 'help ssvn'.
)
+goto EOC
+
:UP
for /f "usebackq tokens=2" %%i in (`"svn.exe info | find
"Revision:""`) do set OFFSVN=%%i
if "%ROS_ARCH%" == "amd64" (