Garst R. Reese wrote: > Juergen Spitzmueller wrote: >> >> Garst R. Reese wrote: >> > Sorry Rob, but your patch no longer applies (reverses) cleanly. >> > Lots of failures and fuzz. >> >> cvs diff -u -r1.59 -r1.60 > rob.diff >> patch -R -p0 < rob.diff >> >> seems to work here (building yet) >> Juergen. > That gives me a 2.5Mb patch instead of a 40Kb patch. Anyway, we > should see if it works. I really do not think it is wise to create > patches using xforms CVS unless they are tested against all > acceptable versions of xforms. I am using 1.0. > Garst
That's because you've diffed the entire source tree. In the xforms directory: $ cvs diff -u -r1.59 -r1.60 FormPreferences.C > rob.diff $ patch -R -p0 < rob.diff -- Angus