info-cvs
[Top][All Lists]
Advanced

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

Re: CVS Update


From: Matthew Riechers
Subject: Re: CVS Update
Date: Wed, 09 May 2001 14:55:03 -0400

Pavan Seth wrote:
> 
> If i do an cvs update -d -P....
> 
> I just need to print ....or log only those lines/files
> which got confilcts...is there any way?
> 
> If i update say 1000 files...by issuing
> cvs update -d -P... result output scrolls fast..it is
> difficult for me to find which files has got
> conflicts?
> 

In unix you can do something like:

cvs update -d -P |tee full_update_data.txt |grep ^C

tee will save off the output to a file, and you'll just see the conflics
on the screen.

-Matt



reply via email to

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