ok, so last week I had a bugzilla tip. Now I have a CVS tip.

Put this file in your home directory, you'll automatically get:
* "quiet" mode on all cvs commands (-q)
* compressed connection talking to the cvs server (-z3)
* unified-diff style patches (Which is what we use for patches) (-u)
* pruning of empty directories during a "cvs update" (-P)

This only works with the command line CVS client of course... but its still nice.

Alec
cvs -q -z3
up -P
diff -u -p

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev

Reply via email to