Change computer name for a TFS Workspace

前端 未结 15 1554
青春惊慌失措
青春惊慌失措 2020-12-07 08:57

My System Administrator renamed my computer. So where it was \"MyLaptop2\" it is now just \"MyLaptop\".

So now all my source control bindings and checked out files

15条回答
  •  情歌与酒
    2020-12-07 09:10

    I had to do this in the Developer Command Prompt for VS:

    C:\Program Files (x86)\Microsoft Visual Studio 14.0>tf workspace /delete /server:http://tfs.mysite.com:8080/tfs/defaultcollection devshed22;Warren

提交回复
热议问题