[mythtv] [PATCH] abstract IMDB queries into external scripts

Joseph A. Caputo jcaputo1 at comcast.net
Tue Jan 27 10:00:32 EST 2004


On Tuesday 27 January 2004 00:39, Isaac Richards wrote:
> On Monday 26 January 2004 06:14 pm, Tim Harvey wrote:
> > agreed.  I'm working on some enhancements currently and am hoping
> > to post a patch in the next day or so.  How do you get diff to show
> > newly added files so that I don't have to post them as a separate
> > tgz?
>
> Dunno with cvs diff.  Normal diff is just -N, but that doesn't work
> with cvs.

-N works if you do a 'cvs add' first.  Since 'cvs add' doesn't touch the 
repository (until you do a 'cvs commit'), anyone should be able to do 
it.  So to add the file 'foo.cpp' and include it in a diff, you would:

cvs add foo.cpp
cvs diff -u -N > patch.diff

-JAC



More information about the mythtv-dev mailing list