Richard Bytheway wrote: > > Also, I noticed that the man page for cvs documents a -z switch for doing compressed >transfers, but this doesn't work when I try it, is this due to the cygwin version of >cvs, or the cvs servers themselves?
In what way does it not work? I use it in WinME/CygWin and, although I haven't verified that it is actually faster, it does not cause errors or warnings when I "cvs update". FWIW, these are my default options: $ cat ~/.cvsrc cvs -z4 diff -u3 -p update -dP checkout -P So my "cvs update" is treated as "cvs -z4 update -dP". Note that the placement of the switches is important: -z4 before "update" and -dP after it. - Julian _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
