info-cvs
[Top][All Lists]
Advanced

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

Re: cvs scripts


From: Greg Henley
Subject: Re: cvs scripts
Date: Wed, 13 Dec 2000 10:43:09 -0600 (CST)

I find the following very useful (under Unix) and set it up as an
alias "cvschanges" to show me only the files which are not up to date

cvs status . | egrep "(status|Status)" | egrep -v "Up-to-date"


Greg H.



>>>>> On Tue, 12 Dec 2000 19:31:59 -0500,
>>>>> "ari" == "ari gold" <address@hidden> said:

    ari>     you know how 'cvs status <filename>' returns a bunch of
    ari> info regarding that file?  is there any way to get just the
    ari> specific information that you want?  for example, i get info
    ari> on 7 fields.  is there a way to just get info on 'Status:'?
    ari> maybe by making some sort of low level cvs system call? hmm..




reply via email to

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