积极答复者
Visual Studio 2012如何删除TFS源代码管理

问题
答案
-
Hi,
你可以先使用你提到的方法,然后再使用notepad打开解决方案(.sln文件),删掉类似下面的部分:
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {xxxxx}
SccTeamFoundationServer = http://some-other-guys-tfs-server/
SccLocalPath0 = .
SccProjectUniqueName1 = xxDemo\\xxDemo.csproj
SccProjectName1 = xxDemo
SccLocalPath1 = xxDemo
EndGlobalSection还可以尝试删掉解决方案的 vssscc/vspscc后缀的文件。
谢谢,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Charles-LiModerator 2013年10月31日 1:31
全部回复
-
Hi,
你可以先使用你提到的方法,然后再使用notepad打开解决方案(.sln文件),删掉类似下面的部分:
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {xxxxx}
SccTeamFoundationServer = http://some-other-guys-tfs-server/
SccLocalPath0 = .
SccProjectUniqueName1 = xxDemo\\xxDemo.csproj
SccProjectName1 = xxDemo
SccLocalPath1 = xxDemo
EndGlobalSection还可以尝试删掉解决方案的 vssscc/vspscc后缀的文件。
谢谢,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Charles-LiModerator 2013年10月31日 1:31
-
你好,
你可以查看一下团队资源管理器里面是不是还有工作空间(workspace),如果有的话可以尝试把属性改为本地或删除该workspace. 再执行你原文提到的方法试一下。
谢谢,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.