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

Stefanus Du Toit stefanus.dutoit at rapidmind.com
Thu Jul 2 10:32:23 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 .

--
Stefanus Du Toit <stefanus.dutoit at rapidmind.com>
   RapidMind Inc.
   phone: +1 519 885 5455 x116 -- fax: +1 519 885 1463






More information about the llvm-commits mailing list