Source Code Control

To keep track of all changes to source artifacts, the development directory structure should be put under source code control. Once under source code control, all development artifacts should be tagged. Ensure that the tag refers to the version of the application. At any point, it will then be possible to produce a report, using diff functionality, of all files that have been added or changed to implement project functionality. This report is useful when taking on a new release of the application.

Note that from version 6.0.3, changes have been made to how Java source code is delivered. See section 4 below for more information.