Fwd: Re: Rewrite of Notepad using NLS

Sylvain Petreolle spetreolle at yahoo.fr
Mon Mar 11 13:27:46 CST 2002


>   cvs diff -u >$HOME/patches/patch.diff
>            ^^
> 
>    Or more commonly:
> 
> $ cat ~/.cvsrc
> cvs -z 3
> update -Pd
> diff -u
> 
> See also:
>   
> http://www.winehq.com/Docs/wine-devel/patches.shtml

Ok, so http://www.winehq.com/dev.shtml must be
updated.
I just read this :

To do this, just run 

cvs update

in the top-level Wine directory. Make sure that you've
set up the proper options in your .cvsrc file. Then,
use 
cvs diff > patch.diff

to generate the patch from the top wine directory and
save the output to a file. cvs diff will always ignore
newly added files, so you'll need to do something
like: 
diff -u /dev/null newfile.c >> patch.diff

to make a patch for newly added files. 

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the wine-devel mailing list