On Sun, 2007-11-11 at 03:36 +0100, Ralf Corsepius wrote: > cvs diff -u *.spec Meld will graphically show you the differences, if that's your preference. Personally, I like the visual cues of syntax-highlighting, provided by the colordiff tool. So my diff checking tends to be: $ cvs diff -u branch-dir/ | colordiff | less -R Of course, this is very tedious to type, so I've just set a cvsdiff function in my .bash_profile that makes it much simpler: cvsdiff() { cvs diff -u "$@" | colordiff | less -R } Then it's a simple "cvsdiff foo/bar.spec" etc. to check my working copy versus what's in the CVS tree currently. Bash-completion then makes that "cvsd<tab>" :) -- Peter Gordon (codergeek42) GnuPG Public Key ID: 0xFFC19479 / Fingerprint: DD68 A414 56BD 6368 D957 9666 4268 CB7A FFC1 9479
Attachment:
signature.asc
Description: This is a digitally signed message part
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list