[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH]Script to generate RSS 2.0 file from commit information

From: S.Ramaswamy <srsy70_at_gmail.com>
Date: 2005-08-29 20:59:48 CEST

svn2rss.py - a script meant to be used in post-commit hook scripts to
generate RSS 2.0 files. Uses PyRSS2Gen, which is distributed under a
BSD license, to convert commit information to a PyRSS2Gen object;the
object gets dumped to a xml file and is persisted using a pickle file.

Most of the other svn post-commit scripts that generate rss seem to
generate older versions of rss.

Log:

[[[
* (svn2rss.py): Generate a RSS 2.0 file containing commit information.
Once the maximum number of items is reached, the oldest element is
removed. The item title is the Revision number and the item
description contains the author, date, log messages and changed
paths.
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Aug 29 21:01:06 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.