Workflow: Using binary document formats in Git without locks (moving from subversion)
We’re a software consultancy with a multitude of projects for different customers. We traditionally use Subversion, but are currently considering moving to Git.
Release Management Tools with DVCS (Mercurial)
My development team is migrating from SVN to Mercurial. Having researched DVCS best practices, it has been suggested that we develop against feature branches of the repo mainline, test them separately, then cherry-pick the features we want in each release, before merging those selected branches into the mainline and eventually releasing it.
Feature branches, beta branches, and scrapped features
I’ve been thinking a lot about best practices regarding branching in distributed version control systems such as git an mercurial (the two dvcs’s I have experience with and use on a daily basis).
Can you close branches in Git?
In Mercurial you can close a branch like this: hg commit --close-branch
, this means the the branch will not be listed anymore but will still exist, and can still be listed if you use hg branches --closed
Stopping developers committing to the wrong branch on DVCS
The problem I am on a software project which has about 10 developers, we share source code via Mercurial. We have a development and production branch per release. Repeatedly during the course of the project we have had source code from one branch i.e. v1 getting into patch and maintenance branches for earlier releases of […]
Stopping developers committing to the wrong branch on DVCS
The problem I am on a software project which has about 10 developers, we share source code via Mercurial. We have a development and production branch per release. Repeatedly during the course of the project we have had source code from one branch i.e. v1 getting into patch and maintenance branches for earlier releases of […]
Stopping developers committing to the wrong branch on DVCS
The problem I am on a software project which has about 10 developers, we share source code via Mercurial. We have a development and production branch per release. Repeatedly during the course of the project we have had source code from one branch i.e. v1 getting into patch and maintenance branches for earlier releases of […]
Stopping developers committing to the wrong branch on DVCS
The problem I am on a software project which has about 10 developers, we share source code via Mercurial. We have a development and production branch per release. Repeatedly during the course of the project we have had source code from one branch i.e. v1 getting into patch and maintenance branches for earlier releases of […]
Stopping developers committing to the wrong branch on DVCS
The problem I am on a software project which has about 10 developers, we share source code via Mercurial. We have a development and production branch per release. Repeatedly during the course of the project we have had source code from one branch i.e. v1 getting into patch and maintenance branches for earlier releases of […]
Stopping developers committing to the wrong branch on DVCS
The problem I am on a software project which has about 10 developers, we share source code via Mercurial. We have a development and production branch per release. Repeatedly during the course of the project we have had source code from one branch i.e. v1 getting into patch and maintenance branches for earlier releases of […]