Change computer name for a TFS Workspace

前端 未结 15 1549
青春惊慌失措
青春惊慌失措 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:27

    1. Make a copy of project folder
    2. Map original local folder in TeamExplorer/SourceControl
    3. Set read-only attribute to original local folder and sub-folders
    4. Load project from original folder, Go online and Get latest version. Local files will be overwritten.
    5. Close solution, delete original folder, restore copy with original folder name
    6. Open solution, Go online and you can check-in files without conflicts.

提交回复
热议问题