https://github.com/remko/svnfeed
Generate RSS feeds of (remote) Subversion repositories
https://github.com/remko/svnfeed
Last synced: 10 months ago
JSON representation
Generate RSS feeds of (remote) Subversion repositories
- Host: GitHub
- URL: https://github.com/remko/svnfeed
- Owner: remko
- Archived: true
- Created: 2013-02-24T13:47:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T05:50:24.000Z (about 13 years ago)
- Last Synced: 2025-02-20T10:26:24.383Z (over 1 year ago)
- Language: Python
- Homepage: http://el-tramo.be/svnfeed
- Size: 113 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [SVNFeed: Monitoring Subversion with RSS](http://el-tramo.be/software/svnfeed)
## About
SVNFeed is a Python script that creates RSS feeds of Subversion repository logs.
Beware that SVNFeed is still in alpha stage, and that it probably contains bugs. Feel free to report bugs or suggestions for improvement to me.
## Requirements
- Python >= 2.3.
## Usage
A feed is simply created by running the script and passing it the URI of the
repository to watch, optionally with a link that describes the log in more
detail. For example, to create a feed of the SVN repository of this script:
./svnfeed.py --file=svnfeed.xml --title='SVNFeed SVN Feed'
--uri='http://websvn.el-tramo.be/listing.php?repname=SVNFeed&rev=%(revision)s' http://svn.el-tramo.be/svnfeed/
See the `-help` option of the script for more details on its usage.
## TODO
- Make more robust to invalid input
- It seems that Python encodes & to & in URIs, which confuses scripts like WebSVN