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

后端 未结 3 1371
离开以前
离开以前 2020-12-24 11:37

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 wa

3条回答
  •  失恋的感觉
    2020-12-24 11:56

    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":

提交回复
热议问题