TFS 2010:如何检索已删除的文件?
如何在 TFS 2010 中检索已删除的文件?
我将一个 Visual Studio 2010 项目签入 TFS。我在本地删除了一个文件 (.edmx
)。现在,我想检索该文件。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果该文件仍然存在于 TFS 中,则您可以找到该文件并执行
获取最新版本
。这会将文件带回您的本地计算机。编辑
也许这个链接会对您有所帮助:
如何在 TFS 中检索已删除的文件
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