Dan Sugalski <[EMAIL PROTECTED]> wrote:
> cvs -z9 update
cvs -z9 update -dP parrot
to get rid of deleted files too. Filtering the output through a small
script, that just does something like:
if ($_ !~ /^cvs server: Updating/) {
print $_;
}
helps to unclutter update results.
> ... so if
> you're on dialup or slow DSL
Hah. I really wished to have some "slow DSL". I'm living here at the
countryside far? away from "civilization", where these telco NULs say
that's not possible/worth to offer some fatter lines then ISDN (that's
64 Kbit).
> Dan
leo