问题描述
每次我在 Visual Studio 中打开我的解决方案时,它都会尝试通信并验证每个文件在源代码管理中是否更新到最新.我正在处理一个非常大的项目,想知道如何为此解决方案禁用它?此外,我也很好奇如何启用它?
every time I open my Solution in Visual Studio it tries to communicate and validate every file is update to date in source control. I am working on a very large project and was wondering how I could disable it for this Solution? Furthermore is I am curious as to also how to enable it?
推荐答案
在 Visual Studio 2010 中:
In Visual Studio 2010:
1) 转到工具 -> 选项 -> 源代码管理 -> 环境.
1) Go to Tools -> Options -> Source Control -> Environment.
2) 在源代码控制环境设置"中,从下拉列表中选择自定义".
2) In "Source Control Environment Settings," select "Custom" from the drop down.
3) 取消选中打开解决方案或项目时获取所有内容".
3) Uncheck "Get everything when a solution or project is opened."
(这是一个全局设置.它不是特定于解决方案的.)
(This is a global setting. It is not Solution-specific.)
这篇关于如何使 TFS 不从 Visual Studio 自动检查源代码管理?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!