问题描述
最近,由于迁移,SourceSafe与Visual Studio的集成开始表现不佳,并且SourceSafe服务器"位于VPN上,该VPN的连接速度很慢.这使得在Visual c ++ 6中加载大型项目需要5分钟以上的时间,因为它必须与每个项目的服务器"对话.此外,在集成过程中还会存在一些危险的错误(某些共享项目的自动检出将使分支文件的错误版本获得最新信息).这导致我想禁用SourceSafe集成,但是我没有找到任何菜单选项或卸载选项. Google报告了一些注册表调整,但似乎都没有用.
Recently, the SourceSafe integration into visual studio has started to perform badly because we have moved, and the SourceSafe "server" is located across a VPN which goes across a slow connection. This has made loading large projects in visual c++ 6 take 5+ minutes because it has to talk to the "server" for each project. Also, there are some bugs that are dangerous in the integration (the auto-checkout of certain shared projects will do a get latest on the wrong version of a branched file). This has caused me to want to disable the SourceSafe integration, however I have not found any menu option or uninstall option. Google has reported a few registry tweaks, but none of them seemed to work.
有人知道有一种简单的方法可以从Visual C ++ 6中删除SourceSafe集成,而无需完全卸载SourceSafe吗?
Does anyone know of an easy way to remove the SourceSafe integration from Visual C++ 6, without uninstalling SourceSafe altogether?
推荐答案
来自 http://support.microsoft .com/kb/236399 :
HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Source Control\Disabled
我遵循了这个步骤,再次尝试似乎可行.我想我第一次做时可能已经在运行Visual Studio的第二个副本.
I followed this and it seemed to work upon trying it again. I think I might've had a second copy of visual studio running when I did it the first time.
这篇关于从Visual Studio 6中删除SourceSafe集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!