info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -z3 option.


From: David Hoover
Subject: Re: -z3 option.
Date: 30 Aug 2002 00:01:41 -0700

On Thu, 2002-08-29 at 23:19, address@hidden wrote:
> Guys, i've started a project at SourceForge.net for my
> CGI::Session library, and in their docs then keep
> using -z3 option for remove cvs operations. Why do i
> need to use that option anyways? Can't i just say
> "cvs co CGI-Session" instead of saying "cvs -z3 co CGI::Session"?

>From 'cvs --help-options':

    -z #         Use compression level '#' for net traffic.

So yes, you _can_ just say "cvs co CGI-Session" without the -z3, but
it'll be slower, since you're not compressing the data stream at all.

You should probably just throw:
cvs -z3

in your ~/.cvsrc file so it always happens w/o you doing anything.

-- 
David Hoover





reply via email to

[Prev in Thread] Current Thread [Next in Thread]