OpenVPMS code moved to bitbucket
Submitted by tanderson on Fri, 06/07/2018 - 15:10
To make collaboration simpler, the OpenVPMS code base is now being hosted at bitbucket.org, at https://bitbucket.org/OpenVPMS/openvpms
The subversion repository will still be accesible via svn://svn.openvpms.org/openvpms/projects/openvpms but no further commits will be made.
As of writing, branch:
- master is being used for 2.0.x development
- 2.1-dev is being used for 2.1 development
All new features are being added to the 2.1-dev branch.
Contributing Code
To contribute a change to OpenVPMS:
- fork the repository
- create a JIRA at https://openvpms.atlassian.net/
- create a branch with the same name as the JIRA
- make the change
- send a pull request
- wait for the change to be approved
NOTE: we won't automatically approve changes. We may request that you make modifications, or include test cases.
For best results, discuss changes on the forum or in the JIRA first.
For a tutorial on the Bitbucket workflow, see https://www.atlassian.com/git/tutorials/learn-about-code-review-in-bitbu...
For a general tutorial on Git, see https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud
Build Prerequisites
- Java 8
- MySQL 5.5
- Maven 3.3.9
- MySQL database for testing
By default, this is named openvpms_dev, accessed at localhost:3306 by user openvpms with password openvpms