[ros-diffs] [dreimer] 47253: fix a bug in ssvn batch version which always ran through the update function even if the 1st param was crap. Found by Crocodile

dreimer at svn.reactos.org dreimer at svn.reactos.org
Mon May 17 15:55:05 CEST 2010


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/sSVN.cmd?rev=47253&r1=47252&r2=47253&view=diff
==============================================================================
--- 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" (




More information about the Ros-diffs mailing list