Ofbiz Synchronization
- do an export of ofbiz
svn export http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz
- note the revision number at the end of the export
. . . A ofbiz/framework/webapp/dtd A ofbiz/framework/webapp/dtd/regions.xsd A ofbiz/framework/webapp/dtd/site-conf.xsd A ofbiz/framework/webapp/entitydef A ofbiz/framework/webapp/entitydef/entitygroup.xml A ofbiz/framework/webapp/entitydef/entitymodel.xml A ofbiz/framework/webapp/build.xml A ofbiz/build.xml Exporté à la révision 425484.
- import the version of ofbiz in the vendor branch of neogia cvs
peter@socrate:~/projets/import$ cd ofbiz peter@socrate:~/projets/import/ofbiz$ export CVS_RSH=ssh peter@socrate:~/projets/import/ofbiz$ export CVSROOT=:ext:pgoron@cvs.labs.libre-entreprise.org:/cvsroot/neogia peter@socrate:~/projets/import/ofbiz$ cvs import -ko -m "Import ofbiz rev 425484" ofbizNeogia ofbiz OFBIZ_425484
- do a checkout of ofbizNeogia from HEAD
- do a merge between OFBIZ_${previous_version} and OFBIZ_425484 in HEAD
- update ofbiz revision number in version file located at the root of ofbizNeogia folder
- update the Neogia Specific Review page with the prog NeogiaSpecificReview.java


