Retrieve Deleted Project in MS Visual SourceSafe?

只谈情不闲聊 提交于 2020-01-25 02:46:46

问题


A while ago, I "tidied up" our Visual SourceSafe repository, including deleting a duplicate of one project. It now turns out that the duplicate had some code I need to see.

How can I get back a deleted project?

I can't see from any of the docs how to do this.

Thanks for any help.


回答1:


The answer is there on Microsoft's site: http://support.microsoft.com/kb/244019.

  • Select the project which is the parent of the deleted project.
  • Right-click and select "Properties..."
  • Select the "Deleted Items" tab.
    • This displays all deleted files and projects under the specified project
  • Select the project you want to get back
  • Click "Recover"
  • All Done.



回答2:


I hope, for your sake, that you resisted the urge to check the "Delete Permanently" checkbox when you removed the project. It's too easy to check, and there's no way to recover from that, short of restoring a physical sourcesafe backup.



来源:https://stackoverflow.com/questions/1404617/retrieve-deleted-project-in-ms-visual-sourcesafe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!