Procedure / HOWTO create patch files?

Joseph M Dupre (AVAB Inc.) dupre at avab.com
Fri Oct 7 16:35:40 UTC 2005


> > I use diff -urN[p]
> 
> yep, i'd recommend these options as well
> 
> you can use `svn diff` for files that are already in subversion

Thanks for the advise.  So I gather from all this that if I am only 
changing existing source

# svn diff > ../my.patch

is good enough.  Otherwise when adding files, 

# svn diff --diff-cmd /usr/bin/diff -x "-urNp" > ../my.patch

is the way to go.

- Joe 





More information about the uClibc mailing list