info-cvs
[Top][All Lists]
Advanced

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

Re: Logs between releases


From: Larry Jones
Subject: Re: Logs between releases
Date: Mon, 8 Apr 2002 16:32:24 -0400 (EDT)

Kaz Kylheku writes:
> 
> On Wed, 3 Apr 2002, Valerio Ferrucci wrote:
> > 
> > Which is the best way to obtain the logs for all files changed 
> > between two release?
> 
> cvs log -r rel-tag-n -r rel-tag-n+1

That only gives you the log messages for those two specific revisions,
not all the log messages for changes between the two tags.  The way to
do it is to download the current development version of CVS and then do:

        cvs log -rrel-tag-n::rel-tag-n+1

(Some versions of CVS prior to the current development version will
accept that syntax, but they'll include the log message from rel-tag-n
in the output which you don't really want.)

-Larry Jones

Don't you hate it when your boogers freeze? -- Calvin



reply via email to

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