Search |
svnlog, a simple RSS feed of an svn commit logMore and more, I cannot understand why the default subversion toolset exports logs in a format different than RSS. And actually I have found one from codingmonkeys.de which I slightly polished. The result can be browsed at: http://svn.activemath.org/AMauthoring/trunk/projects/svnlog-xslt/ It supposes that your svn repository is web-accessible. It can be run periodically or injected into the post-commit hooks of subversion. it simply works by receiving the (XML) log of svn and transforms it into a nicely presented HTML which makes the body of the rss statement. As subject, it takes the first-line of the commit-message. I expect it could be used in very many situations:
paul Trackback URL for this post:http://eds.activemath.org/en/trackback/209
|