<div dir="ltr">Hi Xing:<div><br></div><div>There's too much activity to automatically revert anything, so you need to commit a new change that effectively reverts the original patch -- keeping in mind that someone else might have changed some of the same files, and/or lines, in the interim.  Here's how I do it.</div><div><br></div><div>Update your local master, and extract the change using svn diff or git diff to a patch file.  Then use patch to apply it locally, using the '-R' flag for reverse, and fix any merge conflicts.  If your tests run clean, update your source one last time just in case, then commit with a new message indicating that you reverted it with a note on why, etc...</div><div><br></div><div>hth...</div><div>don</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 26, 2019 at 12:08 AM Xing GUO via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi folks,</div><div><br></div><div>Several days ago, I made a bad change in llvm, and I reverted it using following command</div><div>```</div><div>$ <span style="color:rgb(106,106,106);font-family:Roboto,arial,sans-serif">svn</span><span style="color:rgb(84,84,84);font-family:Roboto,arial,sans-serif"> merge -r <bad change revision>:<previous revision></span></div><div>```</div>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?<div><br clear="all"><div><div dir="ltr" class="gmail-m_-5640421360413942140gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr">Best Regards,<div>Xing</div><div><div><br></div></div></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>