Attilah
Attilah

Reputation: 17932

TFS 2010 : how to retrieve a deleted file?

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

Answers (1)

Neil Knight
Neil Knight

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

Related Questions