svn commit: r1339080 - /ofbiz/branches/release12.04/tools/revert.bat

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

svn commit: r1339080 - /ofbiz/branches/release12.04/tools/revert.bat

jleroux@apache.org
Author: jleroux
Date: Wed May 16 09:22:00 2012
New Revision: 1339080

URL: http://svn.apache.org/viewvc?rev=1339080&view=rev
Log:
Uses the right path in revert.bat

Modified:
    ofbiz/branches/release12.04/tools/revert.bat

Modified: ofbiz/branches/release12.04/tools/revert.bat
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/tools/revert.bat?rev=1339080&r1=1339079&r2=1339080&view=diff
==============================================================================
--- ofbiz/branches/release12.04/tools/revert.bat (original)
+++ ofbiz/branches/release12.04/tools/revert.bat Wed May 16 09:22:00 2012
@@ -20,4 +20,4 @@ rem ####################################
 
 rem to revert back a revision in local copy.
 echo on
-svn merge -c -%1 https://svn.apache.org/repos/asf/ofbiz/trunk
+svn merge -c -%1 https://svn.apache.org/repos/asf/ofbiz/branches/release12.04