RE: Shared branch vs single branch
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Mon, 23 Sep 2013 18:50:36 +0000
> What are some of the pros/cons of using a single/shared branch versus the
> 1. In the merge to trunk from individual developer branches, some code was
It was the user that did the merge. It will only commit what you tell it to commit. This is a people problem, not a branch strategy issue.
> 2. The combined functionality (features assigned to two different developers)
Once again, a people problem.
> The expectation is that a shared/single branch will correct these issues. I am
It really depends. I think all work for a specific release should be done in a single branch/folder. Many people follow the stable trunk model. In this model you generally do all work on trunk and then branch for a release. This is the same model svn itself is developed under. In this model you would also use what are called "feature" branches. This is generally for a feature/use case that will take more than a day to complete or will be worked on by more than one developer.
Once again, it's up to the people not the tool to ensure your release management is done properly.
BOb
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.