Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我项目的一个 SVG 文件损坏了(我无法再用我的编辑器打开它)。我只想将此文件恢复到以前的版本,以便我可以编辑它。
我想用 Darcs 一定可以做到这一点。我应该只将补丁的逆向应用到一个文件。但是我该怎么做呢?有命令吗?
是上次录制的版本吗?如果是这样,darcs revert 会有所帮助。否则,请尝试darcs show contents filename -p 'patch-name'.
darcs show contents filename -p 'patch-name'