user1146937
user1146937

Reputation: 1

Merge Conflicts in TFS 2010

In TFS 2010, is it possible to send an email notification to the developers when there is a conflicts when we merge from branch to main?

Upvotes: 0

Views: 332

Answers (1)

DaveShaw
DaveShaw

Reputation: 52788

No. The TFS Alerting model doesn't have support for client side events. A merge conflict is a client side event. You might be able to develop a plugin for Visual Studio to detect Conflict events, but then figuring out the list of users involved in each conflict would be a very complicated task.

Upvotes: 1

Related Questions