...
The Genoviz project uses git for version control. Previously, we used svn (subversion) and cvs. We migrated from an svn repository on SourceForge to a git repository on Bitbucket in 2014.
Repository branches
...
- genometryImpl - genomic data models used in IGB and the DAS server code
- genoviz_sdk - graphics framework that handles zooming, user interactions with data, etc. Includes tutorials.
- igb - the core IGB application
- plugins - functions added via plug-in interface, plug-ins are also called bundles (uses OSGi)
- common - common classes used by the other projects
...
Genoviz SDK
IGB depends on the Genoviz Software Development Kit (Genoviz SDK) which is version-controlled at https://bitbucket.org/lorainelab/genoviz-sdk.
Release Tags
When creating a release, we sometimes create a tag indicating at what point the release was built.
...