Skip to Content.
Sympa Menu

freetds - Re: OT: cvs log

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: OT: cvs log
  • Date: Sun, 8 Sep 2002 20:58:55 -0400 (EDT)



Umm,

cvs log -d `date -I` . | grep "^Working file"

will give you a file list. From there you might want to loop and

for i in `cat thatlist | awk '{print $3}'`
do
echo File: $i
cvs log -d `date -I` $i | grep -A3 "^revision"
done

That'll give you revision, date, author and first line of text. Seems
like there's an easier way to do it, but I'm far from earning my black
belt in CVS.

Brian

On Sun, 8 Sep 2002, James K. Lowden wrote:

> Hi everyone,
>
> Does anyone have a favorite cvs incantation for "what's up"?
>
> I want to say, "show me the files that have changed today, and show me
> their log messages. Recurse through the tree, and don't bother me with
> files that haven't changed."
>
> I want to do this often, and I bet others do too, so I figure it must be
> doable.
>
> Thanks for any advice.
>
> --jkl
>
> ---
> You are currently subscribed to freetds as: [camber AT ais.org]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
>




  • OT: cvs log, James K. Lowden, 09/08/2002
    • <Possible follow-up(s)>
    • Re: OT: cvs log, Brian Bruns, 09/08/2002
    • Re: OT: cvs log, Bernd Jendrissek, 09/09/2002

Archive powered by MHonArc 2.6.24.

Top of Page