TFS: The working folder E:\Local is already in use by another workspace on this computer.

在VSTS的Source Control Explorer中Workspace中下拉进行Manage Workspaces, 映射到本地的一个目录上,但出现以上错误。

Visual Studio Team System 
Tf Command-Line Utility Commands 
http://msdn2.microsoft.com/en-us/library/z51z7zy0(VS.80).aspx

tf workspaces

tf workspaces /remove:* /server:tfserver01

tf workspace /delete wkname /server:tfserver01

用上述命令操作也不能解决问题。

解决方法:
1)更改本地的workspace对应目录
2) 只要删除TFS 在本地的缓存就可以了 
    缓存地址: C:\Documents and Settings\aw13\Local Settings\Application Data\Microsoft\Team Foundation\1.0\Cache

你可能感兴趣的:(workspace)