从今天早上起,我的TFS出现问题。它实际上忘记了工作空间映射,并且没有认识到解决方案已添加到源控件中。可以选择将所选项目实际添加到源代码管理中。
我不想编辑工作区并让它再次下载所有文件。 我尝试使用tfs命令提示符
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>tf workspaces /computer:LAP14643 /owner:* /server:cs\Development
No workspace matching *;* on computer LAP14643 found in Team Foundation Server cardontfs\Development.
tf workspaces
No workspace matching * found on this computer
谢谢
答案 0 :(得分:1)
您应该从映射文件夹运行tf.exe。
我原以为“C:\ Program Files(x86)\ Microsoft Visual Studio 10.0 \ VC”不是映射文件夹。