我可以在 Visual Studio 2010 中查看以前保存的文件版本吗?
在一次奇怪的 git checkout 事故之后,我丢失了一些 C# 工作 :-P
Eclipse 有一个本地修订历史记录,非常适合这种情况,但是我在 Visual Studio 2010 中进行这项工作,并且很难找到类似的功能。
After a freak git checkout accident I've lost some of my C# work :-P
Eclipse has a local revision history which is perfect for situations like this, but this work I am doing in Visual Studio 2010 and am having trouble finding an analogous feature.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是 Visual Studio 的内置功能(不包括常见的撤消/重做功能)。
除了使用源代码控制管理系统(在这种情况下似乎让您失败),或者如果您拥有操作系统 文件版本 功能已启用。
This is not a built in feature of Visual Studio (excluding the usual undo/redo functionality).
I am not aware of any add ons or extensions that provide such functionality, apart from using Source Control Management systems (which seems to have failed you in this instance), or if you have the OS file version feature turned on.
如果您使用的是 Vista 或 Win 7,您可以通过转到该文件并右键单击并查看是否有以前的版本来检查 Windows 是否保留了旧版本。
You can check to see if windows kept a old version by going to the file and right clicking and seeing if there is a previous version if your on vista or win 7.