Subversion Repository Layout


For information on viewing and using the repository, see Developers#Subversion_Code_Repository

The subversion repository is separated into three main groups:

openmrs

  • branches
    • somebranch1
    • somebranch2
  • tags
    • Holds specific versions of trunk are tagged and stored
    • 1.0.0
    • 1.1.0
    • latest
      • Points at the most recent tag
  • trunk
    • Holds the current development code

openmrs-contrib

Code that is not core to, or a module for OpenMRS can be placed here.

openmrs-modules

All modules are encouraged to reside here. Note: This does not automatically put the module in the module repository.