This page discusses usage of the OpenMRS Subversion code repository. For more information about the OpenMRS open source electronic medical record system project and how you can get involved writing code that saves lives in the developing world, check out our main website or our wiki home page. |
Similar to the initial merging of trunk into your branch with one important exception.
See subversion book
svn log --verbose --stop-on-copy http://svn.openmrs.org/openmrs/trunk |
svn merge -r 341:HEAD http://svn.openmrs.org/openmrs/branches/xxx |
svn commit -m "Merged branch xxx changes rev:671 - rev:722 into the trunk." |