Does anyone know of a CVS to RSS feed tool? Imagine, you would only need to subscribe to an RSS feed to get all of the commit messages, neatly formatted, to your aggregator.
-- JanneJalkanen, 06-Feb-2003.
I GoogleHacked this http://www.diaries.com/lqd/discuss/msgReader$84
. The guy speaks about a small perl script for doing this.
Cool. I emailed the guy - let's see what happens =).
I found this Perl solution
on Erik's Weblog
. --AlainRavet
I've recently created cvslog2web
, a Python-based tool for generating RSS (technically "Atom" format) and HTML output from the CVS commit log; it's a pretty powerful solution. --EthanTT