是否可以在 svn 中取消恢复?
我错误地在错误的目录上执行了 svn 恢复,并失去了我最后几天的工作成果。我认为这是一个不太可能的事情,但是有没有办法在 svn 中执行“un revert”?
I have mistakenly done an svn revert on the wrong directory and lost my last days worth of work. I think this is a long shot, but is there a way to do an "un revert" in svn?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不确定这是否有任何帮助,但我自己在 Windows 上使用 TortoiseSVN,在那里,“恢复”的文件被移动到 Windows 回收站,通常可以从中恢复它们。
参考:TortoiseSVN 文档
Not sure if this is any help, but I'm using TortoiseSVN on Windows myself, and there, files that are "Reverted" are moved to the Windows Recycle Bin, from which they can usually be recovered.
Reference: TortoiseSVN Docs
不,抱歉,没有办法取消恢复。
No, sorry, there is not a way to un-revert.
除非Windows像onnodb建议的那样在回收站中保存了一个副本。如果您从未提交所做的更改,svn 就不知道它们曾经存在过。
Not unless windows saved a copy in the recycle bin like onnodb suggested. If you never committed the changes you made, svn has no knowledge they ever existed.