I got a new computer and I have to move my TFS workspace. I found confusing info online, is this the correct approach?
- Add TF server in VS of new machine
- Copy folders from old machine to new machine (I have some files with pending changes)
Update TF workspace in new machine using the command:
tf workspaces /updateComputerName:oldCompName /s:"serverURL"
In VS (new machine), map projects. Is this required?