*** HEADS UP *** FreeBSD.org commit mail list changes

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Oct 9 21:59:08 UTC 2008


* Ulrich Spoerlein (uspoerlein at 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 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru    http://www.amdmi3.ru


More information about the svn-src-all mailing list