info-cvs
[Top][All Lists]
Advanced

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

RE: cvs: silent checkout


From: Dale . Miller
Subject: RE: cvs: silent checkout
Date: Thu, 21 Mar 2002 09:46:00 -0600

You can use the global options that are used between "cvs" and the "command"

use "cvs -Q checkout project" or "cvs -q checkout project"

-Q = Be very quiet; only prints messages for serious problems
-q = be quiet


> -----Original Message-----
> From: Francesc Guasch Ortiz [mailto:address@hidden
> Sent: Thursday, March 21, 2002 3:43 AM
> To: Neil Zanella
> Cc: address@hidden
> Subject: Re: cvs: silent checkout
> 
> 
> 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
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 



reply via email to

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