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

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to