info-cvs
[Top][All Lists]
Advanced

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

Re: cvs: silent checkout


From: Francesc Guasch Ortiz
Subject: Re: cvs: silent checkout
Date: Thu, 21 Mar 2002 10:43:14 +0100

Neil Zanella escribi贸:
> 
> Hello,
> 
> Is it possible to do a silent checkount with CVS so that the files
> and directories do _not_ verbosely show by default. Is it possible
> to edit a configuration file so that this never happends at all.
> 

You always can play with > and |, grep and egrep:

really silent checkout:

  cvs checkout project 2>&1 > /dev/null

filter something:

  cvs checkout proj 2>&1 | grep -v "cvs server:"

yo can even do a regexp filter with egrep.

-- 
frankie



reply via email to

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