Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resetting My Local Workspace

I have a very large TFS project where my local copy's mappings have been screwed up beyond repair. What is the best way to get rid of my local copy and get a new one that will not make the server copy explode or make me have to redo the mapping manually?

like image 488
Morgan Herlocker Avatar asked Feb 09 '11 16:02

Morgan Herlocker


1 Answers

If you open Source Control Explorer and then open the 'Edit Workspaces' dialog, that will allow you to delete your existing workspace and create a new one.

When you create the new one, you can explictly choose which server paths you want mapped to each local path. You should only have a mapping for directories that you actually need.

like image 141
Grant Holliday Avatar answered Nov 14 '22 10:11

Grant Holliday