How to update TFS workspace after computer name changes?

前端 未结 11 1485
感情败类
感情败类 2021-01-30 13:06

I renamed my computer name, and now my TFS workspace is broken in Visual Studio 2012.

When I type:

tf workspaces /computer:ABOTONJIC-PC /owner:* /format:         


        
11条回答
  •  执念已碎
    2021-01-30 13:27

    What worked for me was typing

    tf workspaces /updateComputerName:MyOldComputerName /collection:"anything".visualstudios.com/DefaultCollection/
    

提交回复
热议问题