有没有办法在 NETBEANS 中的 svn:revert 操作后恢复丢失的文件?
我更新了我的项目,编写了大量代码,之后我再次更新。我遇到了一些冲突,所以我恢复了更改(认为我会回到上次更新之前的时刻)。不幸的是我丢失了所有代码。
可以恢复吗? (我在 netbeans 和 svn 中工作)
提前谢谢你。
I updated my project, written tons of code and after that i updated again. i got some conflicts so I reverted changes (thinking that i will be back to moment before last update). Unfortunately i lost all my code.
Is it possible to restore it? ( I work in netbeans with svn)
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
旧版本应该还在“本地历史”中。
右键单击该文件,然后选择“本地历史记录 -> 显示本地历史记录”
从那里您可以将旧版本与当前版本进行比较并检索旧代码
The old versions should still be in the "Local history".
Right click on the file then choose "Local history -> Show local history"
From there you can diff the old version to your current one and retrieve the old code