Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2008 00:01:09 +0400
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Ulrich Spoerlein <uspoerlein@gmail.com>
Cc:        svn-src-all <svn-src-all@freebsd.org>
Subject:   Re: *** HEADS UP *** FreeBSD.org commit mail list changes
Message-ID:  <20081009200109.GA55320@hades.panopticon>
In-Reply-To: <20081009184133.GA3822@roadrunner.spoerlein.net>
References:  <e7db6d980810071547o432ccad6n8e19a6c3ffce7bc@mail.gmail.com> <20081009184133.GA3822@roadrunner.spoerlein.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Ulrich Spoerlein (uspoerlein@gmail.com) wrote:

> For example,  there was a  commit recently,  which should fix  Flash9 on
> FreeBSD. Thanks to the CVS style message I got the information that I
> need file A rev 1.42 and file B rev 1.23. So I did the
> cvs di -r 1.41 -r 1.42 | patch
> dance and am  about to test Flash9 on FreeBSD. This  would not be easily
> possible with the SVN  mails, as I would have to  extract the patch from
> the mail body and cannot easily  'cvs diff' between the branches, as the
> revision are not apparent.
Extract the patch from mail body?! Of course, you don't need that.
You have SVN revision in both mail subject and body.

To get full diff for this change, just do:

svn diff -c <rev> http://svn.freebsd.org/base/head/
(it's the same as `svn diff -r <rev-1>:<rev>')

And it's for all files at once, no `dance' is needed at all.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081009200109.GA55320>