help-rcs
[Top][All Lists]
Advanced

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

Re: Retrieving RCS messages for a date range


From: Aaron S. Hawley
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





reply via email to

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