tags:

views:

15

answers:

0

I am merging two branches which do not have a parent child relationship. I have started with a single file to test if the merge is working properly before the actual merge. I am using tfs baseless merge in order 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 done in both the files. However in the resolve conflict dialog box I only see two options 1) Keep the changes in the target branch 2) copy code from source branch

Merge changes in merge tool is greyed out. What should I do in order to enable this option. I want to manually merge changes in the both the branches.