On Friday 02 May 2003 04:31 pm, Jeff Nuckles wrote: > This is the first patch I've ever attempted, so i hope > ive done this correctly. Almost =) I'm assuming you did something like: cvs diff > mychanges.diff What you want to do, is: cvs diff -u > mychanges.diff It produces something that's much more readable. Isaac