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

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

From: <kfogel_at_collab.net>
Date: 2005-08-29 21:55:55 CEST

"S.Ramaswamy" <srsy70@gmail.com> writes:
> 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.
> ]]]

Committed in r15971. I fixed the log message formatting a bit:

   * contrib/hook-scripts/svn2rss.py: New file. ...

And I moved some of your original log message into the usage()
function, because it was material the user should see.

Thanks, Ramaswamy!

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 29 22:56:39 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.