Last modified 7 weeks ago Last modified on 15/12/11 12:37:52

Getting the InterMine source code

All InterMine code is freely available under the open source  LGPL license.

We use  subversion to manage and distribute source code.

We recommend you check out the latest stable branch in /branches, for example:

> svn co svn://subversion.flymine.org/branches/intermine_0_98

You can specify a different local directory with an optional second argument, for example:

> svn co svn://subversion.flymine.org/branches/intermine_0_98 dev

If you are building a mine using a FlyMine data dump, use the latest FlyMine branch:

> svn co svn://subversion.flymine.org/branches/flymine/flymine_release_32_0_branch

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.