Coding Standards

Source Code Standards

Source Code Management

  • Deployment to any server (testing, homolog, production) must always be done from a tag. To create a tag:
$ svn copy http://svn.reddes.bvsalud.org/clinical-trials/trunk \
           http://svn.reddes.bvsalud.org/clinical-trials/tags/v0.6a3 \
      -m "Tagging version 0.6a3 for deployment on testing server"

Committed revision 351.