Reputation: 17932
How can I retrieve a deleted file in TFS 2010?
I had a Visual Studio 2010 project checked into TFS. I deleted a file locally (.edmx
). Now, I want to retrieve that file.
Upvotes: 7
Views: 7989
Reputation: 48587
If the file still exists in TFS, then you locate the file and do Get Latest
. This will bring the file back to your local machine.
EDIT
Maybe this link will help you:
How to retrieve a deleted file in TFS
Upvotes: 12