문제

I've removed my project from source control and the TFS symbols don't appear in VS anymore. However, in Windows Explorer there are still signs of TFS. I want to completely un-recognize this project for TFS.

I already deleted the team and the project in the TFS management portal but those symbols (see bellow) still appear.

Here's is what it looks in Win Explorer like:

enter image description here

enter image description here

도움이 되었습니까?

해결책

This is most likely caused by the local workspace cache for that machine. You can reset the cache with the following command (this might not be necessary):

tf workspaces /remove:*

And then repopulate it with:

tf workspaces /s:http://tfsservername:8080/tfs/Collection

Further info: http://blogs.msdn.com/b/buckh/archive/2006/09/12/path-is-already-mapped-in-workspace.aspx

And documentation for the workspaces command: http://msdn.microsoft.com/en-us/library/54dkh0y3.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top