[llvm-commits] OT: How do I revert a single revision locally

Aaron Gray aaronngray.lists at googlemail.com
Thu Jul 2 10:39:20 PDT 2009


> On 2-Jul-09, at 1:29 PM, Stefanus Du Toit wrote:
>> svn merge -c badrev .
>
> Woops, that should have been:
>
> svn merge -c -badrev .
>
> E.g. if you want to remove the changes from revision 42:
>
> svn merge -c -42 .

Oh well tahnks anyway, it did not work as there were too many other changes 
in later revisions :(

Aaron




More information about the llvm-commits mailing list