Mitk & Git

From mitk.org
Revision as of 18:57, 23 March 2011 by MarcoNolden (talk | contribs)
Jump to navigation Jump to search

MITK and Git

The current MITK source code can be viewed with the Gitweb interface here.

The URL for cloning MITK is

 http://git.mitk.org/MITK.git/

For client downloads and more information please visit the Git homepage.

Branches

We follow a branchy workflow. All developments are made in branches that are named after a bug in Bugzilla. The master branch only contains merge commits.

Tags

Tags starting with "v" are official MITK releases.

Tags named "releases/snapshot-YYYYMMDD" are usually created for projects using MITK which need to permanently mark a specific version of MITK. Please be aware that these releases are not always fully tested since most projects only use parts of MITK.

Migrating from Subversion

The Subversion repository at svn.mitk.org will continue to exist for some time, but without receiving further updates. If you have modifications to the MITK source code you want to keep you can still update to the latest SVN revision, create patches and apply them to your Git checkout.