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" <[EMAIL PROTECTED]> 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..


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to