Continue reading »
How the GreenHopper team moved from Subversion to Mercurial
- By Michael Ruflin, Software Developer
- GreenHopper, Bitbucket, SourceTree, Developer, Dev Tools
- On October 27, 2011
tl;dr
6 months after the move to Mercurial and testing different working modes using this DVCS, the GreenHopper team ended up using following Mercurial features:
We use clones for "throw away" spikes as well as in case where other teams want to contribute code changes to the GreenHopper code base
Each feature is developed in a separate branch inside the main repository. Once complete, the changes are merged back to default and the branch closed
Our main repository is hosted on Bitbucket,

