Home > Development > Branching model for distributed version control

Branching model for distributed version control

January 21st, 2010

We’re in the process of transitioning from Subversion to Mercurial, and one of the challenges is defining a coordinated framework for managing development work. Subversion essentially came with an ‘official’ branches/tags/trunk model, as well as a central repository location, but the distributed landscape seems more wide open. (Granted, that’s part of the appeal.) The Git model described here is a nice step forward, and seems to apply to Mercurial as well as Git.

Author: eric Categories: Development Tags: , ,