Subversion repository restructure
Submitted by tanderson on Wed, 15/04/2015 - 13:37
I've restructured the sources in subversion so that all of the sources bar ESCI are now located under the one project tree.
This is with the view to migrating the project to git in 1.9.
The project tree for openvpms 1.8 can now be obtained by checking out:
svn co svn://svn.openvpms.org/openvpms/projects/openvpms/trunk openvpms
ESCI will eventually be located under projects as well.
OpenVPMS 1.7.1 can continue to be accessed via the following:
svn co svn://svn.openvpms.org/openvpms/openvpms/tags/1.7.1 openvpms svn co svn://svn.openvpms.org/openvpms/framework/tags/1.7.1 openvpms-framework svn co svn://svn.openvpms.org/openvpms/maven/tags/1.7.1 maven-plugins svn co svn://svn.openvpms.org/openvpms/archetypes/tags/1.7.1 openvpms-archetypes svn co svn://svn.openvpms.org/openvpms/reports/tags/1.7.1 openvpms-reports svn co svn://svn.openvpms.org/openvpms/openvpms-sms/tags/1.7.1 openvpms-sms svn co svn://svn.openvpms.org/openvpms/esci-adapter/tags/1.7.1 openvpms-esci-adapter svn co svn://svn.openvpms.org/openvpms/vpms/tags/1.7.1 openvpms-web svn co svn://svn.openvpms.org/openvpms/etl/tags/1.7.1 openvpms-etl svn co svn://svn.openvpms.org/openvpms/release/tags/1.7.1 openvpms-release
I did a test migration to git using svn2git but the history only reflects the repository at the time of the move, so some more work needs to be done to ensure history can be preserved.
Re: Subversion repository restructure
Greetings All,
I've successfully migrated from 1.7 to 1.8 on my Ubuntu test server. Now I'm starting to work on customizing 1.8 as I did 1.7 - in particular changing the order of presentation of the medical records. I've decided to bite the bullet and try it this time with IntelliJ and have used the svn project link for 1.8 listed above. Oops. Looks like I got the 1.9 SNAPSHOT.
Can someone provide the 1.8-only project link?
Thanks,
Sam Longiaru
Kamloops, BC
Re: Subversion repository restructure
The 1.8 release is here:
svn://svn.openvpms.org/openvpms/projects/openvpms/tags/1.8
Work on 1.8.1 is taking place here:
svn://svn.openvpms.org/openvpms/projects/openvpms/branches/1.8-maint
You can find a list of the changes here.
Regards,
-Tim
Re: Subversion repository restructure
Thanks Tim,
I looked at the 1.8.1 changes, and it looks like we can wait on those changes/fixes until 1.8.1 is officially released. So I'll stick to 1.8 for the time being.
Thanks,
Sam
Re: Subversion repository restructure
Greetings All,
Now that 1.9 is out, I can go ahead and make my source code changes for reversing the medical record order... then deploy it. Looking forward to it! Wondering if someone could post the svn or git link to the release version. Changing 1.8 to 1.9 in the svn path above didn't do it for me
Thanks,
Sam
Re: Subversion repository restructure
Sorted it...
Thanks anyway...
Sam