| Subversion Access |
| The Mirth source code is available from the repository. You can also browse the repository via Fisheye. |
| Contributors |
| We welcome all code contributions. Visit our contribute page to find out more if you would like to become an official contributor. |
| Getting the Source From Subversion |
We use Subversion as our source code control system. The following URLs are the locations for the various Mirth projects available in the repository. Following the Subversion standard, each project contains three directories: branches, tags, and trunk.
- Trunk – The latest code and usually the location you want use for development.
- Branches – Previously released versions are in subdirectories under the branches directory. This is useful if you are debugging an older released version of the software.
- Tags – Tagged versions of previous builds are located here. This is useful if you need the source code for a specific build including the nightly builds.
Note: All of the subversion projects are also available via HTTP. Simply replace svn:// with http:// and you can browse the source tree in your browser. You may also need to use the HTTP protocol if your firewall blocks the SVN protocol.
|