Reputation: 36178
I have downloaded a solution from my TFS server. I was trying a few things out locally and really messed up the whole solution. I want to start with the latest fresh copy from TFS and even move my local project folder. Do I just completely delete my local copy and start again? What happens to everything I checked out for testing. I want to start fresh without effecting the latest server copy at all. Thanks for any help or advise.
Upvotes: 1
Views: 5734
Reputation: 8544
It's like Darin says for reverting your local changes, provided you haven't checked anything in.
If you did check in, you can rollback, using the latest TFS power tools.
In order to move your local work directory elsewhere, you should unmap the source control folder from your current local target & map it to where you now wish to have it. A thorough description on workspaces/mappings can be found here.
Upvotes: 0
Reputation: 1039498
You could undo all pending changes that you might have made by right clicking on the Project name in the Team Explorer and selecting Undo Pending Changes option. Then get latest version of the project from the server.
Upvotes: 6