Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] RE : Re: small modification to scan util from dvb-apps



Ok
I made my diff file
Here is it, joined to this mail

Can this modification be included in dvb-apps ?



-----Message d'origine-----
De : linux-dvb-bounce@linuxtv.org [mailto:linux-dvb-bounce@linuxtv.org]
De la part de Charlie Brej
Envoyé : mardi 3 août 2004 01:23
À : linux-dvb@linuxtv.org
Objet : [linux-dvb] Re: small modification to scan util from dvb-apps

Roberto Ragusa wrote:
> Very easy. You obviously need the original file, then
> 
>   diff -u theoriginalfile.c modifiedfile.c >mypatch.diff
> 
> If you want to diff a directory
> 
>   diff -ur /aaa/bbb/ccc-1.3 /aaa/bbb/ccc-1.3_modified >mypatch.diff
> 
> (u=human readable, r=recursive)
> 
> It's almost easier to create a diff than to apply it (when you have
> to choose between option "-p0" and "-p1").
> 
> Regards.
	
If you have it in a cvs then the easiest way is to simply run

   cvs diff -u >mypatch.diff

No need to check out another copy this way

-- 
         Charlie Brej
APT Group, Dept. Computer Science, University of Manchester
Web: http://www.cs.man.ac.uk/~brejc8/ Tel: +44 161 275 6844
Mail: IT302, Manchester University, Manchester, M13 9PL, UK

Attachment: patch_scan_dvbc.diff
Description: Binary data


Home | Main Index | Thread Index