Hello,
If you have significant changes that cross multiple files, I would use:
'diff -urN ...'
'r' tells diff to recurse the tree, looking for changes.
'N' tells diff to pick up new files added to the tree.
If you are using CVS, I also recommended adding to ~/.cvsrc:
cvs -z3
checkout -P
update
Tom,
Thanks for the tip on including diff's in email. "diff -u" it is.
73 from 807,
Richard, N6NKO
Tom Russo wrote:
I would have sent the diff as an enclosure but i figured that is
frowned upon.
Well, the more troublesome thing is using old-style diff instead of unified
diff ---
On Sun, Sep 16, 2007 at 09:03:19PM -0400, we recorded a bogon-computron
collision of the <[EMAIL PROTECTED]> flavor, containing:
> It seems that I have found a bug (or an off by one line typo)
> in interface_gui.c. I noticed that I was unable to display
> (or modify) the properties of an AGWPE
It seems that I have found a bug (or an off by one line typo)
in interface_gui.c. I noticed that I was unable to display
(or modify) the properties of an AGWPE interface anymore. There
is an #endif for "HAVE_DB" at line 8086 (from the previous case
for DEVICE_SQL_DATABASE which is messing up the