Re: retrieving log messages by revision

Harry Putnam <[email protected]> Mon, 17 Oct 2011 13:13:31 -0500
Newsgroups gmane.comp.version-control.cvs.general
Organization Still searching...
Message-ID <[email protected]>
Mike Pumford <[email protected]> writes:

> Easy. You haven't given CVS a valid revision number.
>
> cvs log -r1.7 some/file will do what you want.

Yikes... I could have sworn I saw something in my manual tour that
said something about `log' needing different version syntax.

Thanks.. it was the obvious choice after all.