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 -PAd diff -u This way, you don't have to worry about options anymore; They're automatic. On Mon, 2007-09-17 at 06:39 -0500, Richard Polivka, N6NKO wrote: > Tom, > > Thanks for the tip on including diff's in email. "diff -u" it is. -- 73, de Brad KB8UYR/6 <rez touchofmadness com> _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
