View Single Post
Old 3rd October 2007, 12:07   #63  |  Link
morph166955
Registered User
 
Join Date: Mar 2006
Posts: 443
easiest way to create a diff:

1) make distclean (if needed)
2) svn diff > mydiff.diff

DONE! Thats how I build my patches. To apply I use "patch -Np0 -i mydiff.diff"
morph166955 is offline   Reply With Quote