Discussion:
Retrieving all commits messages
Jemerson Damasio
2010-03-18 20:52:55 UTC
Permalink
Hi guys,

I got a simple question: how can I retrieve all the commits messages for
a single repository through command line? You may assume I'm connected and
so on. It looks like the *cvs history -a -c* command provides all other
informations I need, except for that.
Also, once I noticed that Eclipse access this information, I also digged
into its very sophisticated and hard to understand CVS plugin design, but
had no success.
Any help is really appreciated. Thanks in advance.

Jemerson Figueiredo Damasio
Larry Jones
2010-03-19 17:21:39 UTC
Permalink
Post by Jemerson Damasio
I got a simple question: how can I retrieve all the commits messages for
a single repository through command line?
Use cvs log or rlog.
--
Larry Jones

I'm so disappointed. -- Calvin
Loading...