Getting the InterMine source code
We use subversion to manage and distribute source code.
To check out the latest release branch code, look for the highest release number in /branches, for example:
svn co svn://subversion.flymine.org/branches/flymine_release_15_0_branch/
You can specify a different local directory with an optional second argument, for example:
svn co svn://subversion.flymine.org/branches/flymine_release_15_0_branch/ release_15_0
You can check out the software from the trunk, but this isn't recommended as the trunk code is under constant development and may not be stable or thoroughly tested.
All InterMine code is freely available under the open source LGPL license.
