help-rcs
[Top][All Lists]
Advanced

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

Retrieving RCS messages for a date range


From: BeefStu BeefStu
Subject: Retrieving RCS messages for a date range
Date: Wed, 31 Mar 2004 08:08:05 -0500

Thank you. This works fine. But is there a way to tell rlog to ignore the header information:

RCS file: /coolsrc/src/srvrsrc/edit/RCS/server.h,v
Working file: server.h
head: 1.3
branch:
locks: strict
        aml: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3;     selected revisions: 3
description:
*** empty description text ***
----------------------------

And only print the check in messages:

----------------------------
revision 1.3    locked by: aml;
date: 2004/03/30 17:15:26;  author: aml;  state: Exp;  lines: +20 -1
added functions DoConnect_New, DoConnect_Old for logging in with old/new
logon user exits.
----------------------------
revision 1.2
date: 2004/03/05 14:40:22;  author: agb;  state: Exp;  lines: +6 -2
Added function declaration.
----------------------------

Or do I have to pipe this to sed and manually remove this myself.

Once again thanks to all who answer this post.







From: "Aaron S. Hawley" <address@hidden>
To: BeefStu BeefStu <address@hidden>
CC: address@hidden
Subject: Re: Retrieving RCS messages for a date range
Date: Tue, 30 Mar 2004 17:32:55 -0500 (EST)



On Tue, 30 Mar 2004, BeefStu BeefStu wrote:

> Has anybody ever used rlog to retrieve messages for a ranges of dates.
>
> Given the current rlog of a file:
>
> rlog server.h
>
> RCS file: /coolsrc/src/srvrsrc/edit/RCS/server.h,v
> Working file: server.h
> head: 1.3
> branch:
> locks: strict
>         aml: 1.3
> access list:
> symbolic names:
> keyword substitution: kv
> total revisions: 3;     selected revisions: 3
> description:
> *** empty description text ***
> ----------------------------
> revision 1.3    locked by: aml;
> date: 2004/03/30 17:15:26;  author: aml;  state: Exp;  lines: +20 -1
> added functions DoConnect_New, DoConnect_Old for logging in with old/new
> logon user exits.
> ----------------------------
> revision 1.2
> date: 2004/03/05 14:40:22;  author: agb;  state: Exp;  lines: +6 -2
> Added function declaration.
> ----------------------------
> revision 1.1
> date: 2004/02/19 15:48:23;  author: pbh;  state: Exp;
> Initial checkin into /coolsrc
> =============================================================================
>
> How can I get messages from 20040305 - 20040330 inclusive.
>
> Any help would be much appreciated.
>
> Thanks

rlog -d'2004-03-05<=2004-03-30' server.h


_________________________________________________________________
Check out MSN PC Safety & Security to help ensure your PC is protected and safe. http://specials.msn.com/msn/security.asp





reply via email to

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