How to make TFS not auto check source control from Visual Studio?

痴心易碎 提交于 2021-02-18 19:12:38

问题


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?


回答1:


In Visual Studio 2010:

1) Go to Tools -> Options -> Source Control -> Environment.

2) In "Source Control Environment Settings," select "Custom" from the drop down.

3) Uncheck "Get everything when a solution or project is opened."

(This is a global setting. It is not Solution-specific.)




回答2:


You can install the TFS power tools, assuming you use TFS 2010 then you can download them here open up a visual studio command prompt and run the command tfpt connections this will bring up a dialogue which will show all of your available TFS servers and Collections.

There are 2 options you can try, firstly uncheck "Automatically connect to server on startup" this should stop VS trying to connect to TFS when you open a solution. If that doesn't work then click on the "+" next to the TFS server and select the collection you are using for source control. Hit the "Edit" button and you should see a checkbox called "Server is Offline" select this and you will no longer be connected to TFS.

To reverse the behaviour use the same tool to togle the values back to their defaults



来源:https://stackoverflow.com/questions/11043127/how-to-make-tfs-not-auto-check-source-control-from-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!