Re: cvs log between tags

2001-05-06 Thread Laine Stump
[EMAIL PROTECTED] (Greg A. Woods) writes: > [ On Saturday, May 5, 2001 at 19:51:00 (-0400), Larry Jones wrote: ] > > > > cvs -H log says, in part: > > > > -r[revisions] Specify revision(s)s to list. > >rev1:rev2 Between rev1 and rev2, including rev1 and rev2. > >

Re: cvs log between tags

2001-05-05 Thread Greg A. Woods
[ On Saturday, May 5, 2001 at 19:51:00 (-0400), Larry Jones wrote: ] > Subject: Re: cvs log between tags > > Jim Ray writes: > > > > How does one go about getting log messages between tags? > > cvs -H log says, in part: > > -r[revision

Re: cvs log between tags

2001-05-05 Thread Larry Jones
Jim Ray writes: > > How does one go about getting log messages between tags? cvs -H log says, in part: -r[revisions] Specify revision(s)s to list. rev1:rev2 Between rev1 and rev2, including rev1 and rev2. rev1::rev2 Between rev1 and rev2, excluding rev1 and re

cvs log between tags

2001-05-05 Thread Jim Ray
How does one go about getting log messages between tags? I can get them by dates, and right now, I'm using a shell script to determine the dates between tags and feeding that info into cvs2cl.pl to get the correctly formatted ChangeLog. with this command "cvs2cl.pl -r -t --accum -l "-d>lasttagdat