[mythtv] [mythtv-commits] mythtv commit: r18052 - in trunk/mythtv by paulh

Paul Harrison mythtv at dsl.pipex.com
Mon Aug 4 21:57:21 UTC 2008


Stuart Morgan wrote:
>>> Paul, did you intend for all those changes to be committed?
>>>       
>> No I screwed up. What's the easiest way to revert that commit?
>>     
>
> Not sure it's the easiest way, but
> svn diff -r18051:18052 > revert_patch.diff
> patch -Rp0 < revert_patch.diff
> then commit
>
>   
A reverse merge did the trick, handy to know for future reference. 
Something like this:-
svn merge -r 18052:18051 
svn+ssh://paulh@cvs.mythtv.org/var/lib/svn/trunk/mythtv

Never knew it was possible until today - good old google ;-)

Paul H.


More information about the mythtv-dev mailing list