Read this article in your language IT | EN | DE | ES
The correct way to promote a Branch:
Steps in Order:
- Check in your changes to your branch.
- “Forward Integrate” the Parent Trunk’s latest changes down into your branch with a TFS Merge.
- Resolve FI Merge conflicts and check-in changes to your Branch
- Re-stabilize, reconfirming features.
- Check in your changes to your branch.
- “Reverse Integrate” your Branch into the Parent Trunk using TFS Merge
- Resolve RI Merge conflicts
- Check-in Parent Trunk
Verify:
Use TFS Comparison tool to Verify that Branch and Trunk are identical after these steps.
If they are not, use Merge tool from Command Line with /force parameter. (make sure you use the correct switches)
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5