in TFS can we customize the merge algorithm (conflict resolution)

Posted by Jennifer Zouak on Stack Overflow See other posts from Stack Overflow or by Jennifer Zouak
Published on 2010-02-22T19:25:49Z Indexed on 2010/04/02 3:43 UTC
Read the original article Hit count: 432

In our case we want to igonore changes in code comment headers for generated code. In Visual Studio, we can change the merge tool (GUI that pops up) and use a 3rd party tool that is able to be customized to ignore changes (http://msdn.microsoft.com/en-us/library/ms181446.aspx). Great, so a file comparison no longer highlights code comments as differences.

However when it comes time to checkin, the TFS merge algorith is still prompting us to resolve conflicts.

Is there any way to better inform the merge conflict resolution algorithm about which changes are actually important to us? Or can we replace the algorithm or otherwise have it subcontract its work to a 3rd party?

© Stack Overflow or respective owner

Related posts about tfs

Related posts about version-control