退出应用补丁
当使用“补丁”工具或 svn 中内置的“补丁”功能创建补丁,然后将其应用到源代码树时,是否有任何方法可以轻松地从应用的补丁中退出到以前的版本?
When creating a patch with the "patch" tool or with the built in "patch"-functionality in svn and then applying it to a source tree, is there any way to easily step back from the applied patch to the previous version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
再次反向应用补丁(例如 patch -R 开关)。
Apply the patch again in reverse (for example patch -R switch).
svn 恢复?您可以恢复到以前的版本(应用补丁之前)。
svn revert? You can revert to the previous revision (before the patch was applied).