[llvm-commits] OT: How do I revert a single revision locally
Bill Wendling
isanbard at gmail.com
Thu Jul 2 11:43:29 PDT 2009
On Thu, Jul 2, 2009 at 9:57 AM, Aaron
Gray<aaronngray.lists at googlemail.com> wrote:
> Hi,
>
> I cannot seem to find it on the web and I have left my SVN book at home.
>
> How do I revert a single revision locally ? Is this possible ?
>
> I tried svn revert and svn co but neither seemed to work properly.
>
I do this from inside the checked-out svn tree:
svn merge -c -<rev> <url> .
-bw
More information about the llvm-commits
mailing list