原文地址:http://www.cnblogs.com/wlb/archive/2010/09/25/1834519.html
今天在给组员部署TFS客户端的时候遇到了错误,错误格式为:The Path <local path> is already mapped in workspace <machine name [old tfs server]>。如下图所示:
解决的办法如下:
打开Visual Studio Command Prompt输入命令:tf workspaces /remove:*重新启动VS,重新进行工作区映射,就不会出现这样的问题了。
转载请注明原文地址: https://ju.6miu.com/read-1203929.html