[llvm-dev] How to revert a change properly

Xing GUO via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 26 00:08:34 PDT 2019


Hi folks,

Several days ago, I made a bad change in llvm, and I reverted it using
following command
```
$ svn merge -r <bad change revision>:<previous revision>
```
However, this command seemed not working properly. I would like to know,
what's the right way to revert a bad change. I notice that there are some
reverting change with proper message, e.g. "Revert: [some tag] commit
message". Shall I type this message manually? Or is there some useful tool
that I could use?

Best Regards,
Xing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190326/ff4b92f3/attachment.html>


More information about the llvm-dev mailing list