A new tool in beta: Conflict Alert

Posted by Alex Davies on Simple Talk See other posts from Simple Talk or by Alex Davies
Published on Fri, 17 Aug 2012 15:22:34 +0000 Indexed on 2012/08/27 21:51 UTC
Read the original article Hit count: 264

Filed under:

You know that manual merges are a real pain? Well, I’ve just released a Visual Studio extension that makes manual merges a thing of the past.

No source control system can automatically merge two edits to the same line of code. Conflict Alert solves this by warning you that you are heading down a path that will cause a manual merge later down the line. You choose whether you want to carry on, or talk to your teammate and find out what they are doing.

Have you ever warned your teammates that you are doing a big refactor, and that they should ‘keep out of class X’? Conflict Alert tells them for you automatically by highlighting the sections of code that you have edited.

 

It doesn’t need to connect to your source control system, so it works no matter which you use.

Its a first release, and I hope it is useful. Any feedback would be gratefully received.

Grab a teammate and try it now.

© Simple Talk or respective owner

Related posts about Uncategorized