I have been reading the upgrade instructions:
https://cwiki.apache.org/confluence/display/OFBIZ/Revisions+Requiring+Data+Migration+-+upgrade+ofbizIf the pattern described there is used then end-users will simply have to update OFBiz, run it on a server that is not publicly accessible, let OFBiz do the automatic database table changes (ie add tables and columns for new entities and fields), and then run the series of services described here between the revision they were using, and the revision they are updating to.
Locally, when i get the 12.04 source code check out... i see tons of differences in the code between 12.04 and 09.04 in java and other server files they share.
what is the easieast way to update my old 09-04 without having to manually diff every file and see what is missing from 12-04... svn up noted above seems not to work because we keep our source code seperate from the server code... and use ant to copy it to server code.
So upgrading seems like it will be somewhat painstaking?
Has anyone else encountered this?
This person seems to have encountered something similar per their upgrade to 12-04
http://ofbiz.135035.n4.nabble.com/Bringing-up-version-12-04-td4641321.html#a4641393