svn commit: r985738 - /ofbiz/branches/release4.0/mergefromtrunk.bat

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r985738 - /ofbiz/branches/release4.0/mergefromtrunk.bat

jleroux@apache.org
Author: jleroux
Date: Sun Aug 15 19:21:15 2010
New Revision: 985738

URL: http://svn.apache.org/viewvc?rev=985738&view=rev
Log:
Better UI

Modified:
    ofbiz/branches/release4.0/mergefromtrunk.bat

Modified: ofbiz/branches/release4.0/mergefromtrunk.bat
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/mergefromtrunk.bat?rev=985738&r1=985737&r2=985738&view=diff
==============================================================================
--- ofbiz/branches/release4.0/mergefromtrunk.bat (original)
+++ ofbiz/branches/release4.0/mergefromtrunk.bat Sun Aug 15 19:21:15 2010
@@ -37,23 +37,28 @@ rem keep the comment.tmp file svn ignore
 rem commit the backport to release with comment fom file
 echo on
 svn merge -r %prevRev%:%version% https://svn.apache.org/repos/asf/ofbiz/trunk
-
+echo off
 
 :menu
 echo y) tests
 echo n) exit
-choice /c:yn Do you want to run tests (else the commit will be done automatically using the comment grabed from trunk by the merge)?
+
+echo Do you want to run tests (else the commit will be done automatically using the comment grabed from trunk by the merge)?
+choice /c:yn
 if errorlevel = 2 goto commit
 if errorlevel = 1 goto tests
 
 :commit
+echo on
 svn commit -F comment.tmp
 goto exit
 
 :tests
+echo on
 ant clean-all
 ant run-install
 ant run-tests
+echo off
 
 echo You can now do the commit by hand if all is OK. The comment grabed from trunk by the merge is in the file comment.tmp at root