简体   繁体   English

Team Foundation Server多次检出已禁用,但仍然可能

[英]team foundation server multiple check outs disabled but still possible

I use Team Foundation Server for Source Control and in my Visual Studio I unckeckd the Option: "Multiple Check Out". 我使用Team Foundation Server进行源代码管理,并且在我的Visual Studio中取消选中该选项:“多次签出”。

But when I check out a file and modify it another user can still check out the same file and also modify it. 但是,当我签出文件并对其进行修改时,另一个用户仍然可以签出同一文件并对其进行修改。

What went wrong?? 什么地方出了错??

If you have to look at this issue then you are probably not checking in enough. 如果您必须查看此问题,则可能检查得不够充分。 Its a workflow and not tool change that is required. 它是工作流程,而不是必需的工具更改。

TFS only supports the single checkout model if all users are using Server Workspaces. 如果所有用户都在使用服务器工作区,则TFS仅支持单一签出模型。 The default changed in 2012 to Local Workspaces which does not support this. 默认设置在2012年更改为不支持此功能的本地工作区。

https://msdn.microsoft.com/en-us/library/ms181383.aspx https://msdn.microsoft.com/en-us/library/ms181383.aspx

Check out the MSDN documentation for how to change workspace modes. 请查阅MSDN文档以了解如何更改工作区模式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM