info-cvs
[Top][All Lists]
Advanced

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

Re: Two questions, simple I hope


From: Matt Riechers
Subject: Re: Two questions, simple I hope
Date: Wed, 19 Sep 2001 11:20:00 -0400

Maury Markowitz wrote:
> 
> Hello all,
> 
> In an effort to streamline some of our release proceedures, I'd like to
> collect all the check-in notes from a particular date or version forward.
> I'm primarily a WinCVS user and can't seem to find a simple way to do it
> there. Is there one, or one from the CLI?

You can get the logs from rev_1 to rev_2 with:

cvs log -rrev_1:rev_2

or from rev_1 to 'now' with:

cvs log -rrev_1:

See 'cvs log --help' or <http://www.cvshome.org/docs/manual/cvs_16.html#SEC141>
for more options.

-Matt



reply via email to

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