Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

HOWTO: How to Retrieve Deleted Files in Visual SourceSafe


Summary

This article describes how to retrieve files in Visual SourceSafe that have been deleted but not destroyed.

↑ Back to the top


More Information

When you delete a file from a project in Visual SourceSafe, a dialog box appears that gives you the option of either deleting the file or destroying it permanently.

If you choose to merely delete the file, the file will be removed from the view in the SourceSafe explorer, but the file and all of its history will still exist in the SourceSafe database. This gives you the option of recovering the file at a later time.

If you elect to destroy a file, the file will not only be removed from the SourceSafe explorer view, but it will be gone from the SourceSafe database as well. A file that has been destroyed cannot be recovered.

Steps to Retrieve Deleted (Not Destroyed) Files in the Visual SourceSafe Explorer

  1. In the Visual SourceSafe Explorer, select the project folder that contained the deleted file.
  2. Click Show Properties, and then select the Deleted Items tab.
  3. Select the deleted files and click Recover.

To Retrieve Deleted (Not Destroyed) Files from the Command Line

  • Use the SS RECOVER command on the parent project of the deleted file.
For example, this command will recover files that were deleted from the $/MyProj project:

SS RECOVER $/MyProj/*.*

↑ Back to the top


Keywords: kbdsupport, kbfaq, kbhowto, kb

↑ Back to the top

Article Info
Article ID : 244019
Revision : 1
Created on : 1/7/2017
Published on : 6/19/2014
Exists online : False
Views : 663