Reputation: 9332
When a solution is published in production, usually we continue to develop in the same solution for the next release. But sometimes, the production version contains a bug and need to be corrected asap (before the next release). The solution to this problem may be the use of branching under TFS (with merging when needed from A to B or B to A it depends...).
An example of implementation is showed here: http://hectorcorrea.com/blog/simple-branching-strategies-for-team-foundation-server
My question: I wonder if we can easily replace the branching solution with a label solution. If so, how? If not, why?
Thanks.
Upvotes: 0
Views: 136
Reputation: 14052
I would use branches, in addition to the link you posted you should also check out the TFS ALM Rangers branching guidance.
Why not use labels?
Upvotes: 2