I merge two branches that do not have parent child relationships. I started with a single file to check if the merge works before the actual merge. I use tfs with no merge basis to do this. The following is the command:
Tf merge / baseless C: \ Inetpub \ wwwroot \ Test \ CreateDescription.aspx.cs C: \ Inetpub \ wwwroot \ Test1 \ CreateDescription.aspx.cs / recursive
Changes have been made to both files. However, in the conflict resolution dialog box, I see only two options 1) Save the changes in the target branch 2) the copy code from the source branch
The merge of changes in the merge tool is grayed out. What to do to enable this option. I want to manually merge the changes in both branches.
source
share