Author: jleroux
Date: Sun Aug 15 19:21:25 2010
New Revision: 985739
URL:
http://svn.apache.org/viewvc?rev=985739&view=revLog:
Better UI
Modified:
ofbiz/branches/release10.04/mergefromtrunk.bat
Modified: ofbiz/branches/release10.04/mergefromtrunk.bat
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/mergefromtrunk.bat?rev=985739&r1=985738&r2=985739&view=diff==============================================================================
--- ofbiz/branches/release10.04/mergefromtrunk.bat (original)
+++ ofbiz/branches/release10.04/mergefromtrunk.bat Sun Aug 15 19:21:25 2010
@@ -37,25 +37,30 @@ 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
:exit
-pause
+pause
\ No newline at end of file