Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to disable the auto-merge option in Visual Studio Team System 2008? If so how?

I'd like to disable the automatic merge feature when checking in a file to TFS that another developer has worked on so that I always need to merge manually. Is there any way to do this?

like image 909
Bryan Anderson Avatar asked Nov 02 '09 20:11

Bryan Anderson


2 Answers

Try do the following (working in all Visual Studio versions from 2012-onwards):

Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Uncheck "Attempt to automatically resolve conflicts when they are generated":

enter image description here

like image 189
Andrey Avatar answered Oct 02 '22 23:10

Andrey


The short answer as of Visual Studio 2008 seems to be no.

like image 45
Bryan Anderson Avatar answered Oct 02 '22 21:10

Bryan Anderson