This will be explained from the view that two different persons are working on two different branches in the Source Control. The two example branches I will use and you will see in the screenshots are as follows:

  • JMS – Dev
  • JMS – Dev – Dainius

We are working on the JMS – Dev – Danius branch while let’s say another team are working on the JMS – Dev branch.

In the situation of two branches, before deploying an application you need to merge, backwards and forwards.

Before merging you need to get the latest version of the application in your workspaces.

In this scenario, I have a workspace called LONWS07-ST-JMS which includes both JMS – Dev and JMS – Dev – Dainius.

In the next step, we need to get latest version from both branches.

Once we have the latest version from both branches, we can merge.

Backward Integration

Firstly, we need to do a Backward Integration, which will merge the changes that were done on JMS – Dev into our branch.

  1. Right click on JMS – Dev
  2. Select Branching and Merging
  3. Click on Merge

  1. This is the source of the merge
  2. This is the destination of the merge
  3. Click Next

  1. Click on Next

  1. Click on Finish

The Backwards Integration will begin shortly.

Once that’s done, you need to check in JMS – Dev – Dainius. The change set should look similar to this:

  1. Override Reason should be: Admin Overriden as the merge check in is self explanatory.
  2. App + Release + Iteration + INP (In Progress) —- Reason
  3. It shows the files affected by the change

Once the Backward Integration is done, we need to do the Forward Integration which will taken the changes done on JMS – Dev – Dainius and merge them into JMS – Dev. In that way, both branches will have the latest possible version within the Source Control.

Forward Integration

  1. Right click on JMS – Dev – Dainius
  2. Select Branching and Merging
  3. Click on Merge

  1. This is the source of the merge
  2. This is the destination of the merge
  3. Click Next

  1. Click on Next

  1. Click on Finish

Now, you need to check in JMS – Dev. The change set should look something like this:

  1. Override Reason should be: Admin Overriden as the merge check in is self explanatory.
  2. App + Release + Iteration + INP (In Progress) —- Reason
  3. It shows the files affected by the change

Pre-build (Windows Azure) →

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
For customer support, please contact us here.

Post Comment