On 26 Apr 2005, at 19:49, Rick Olson wrote:
> I was wanting to subscribe to an RSS feed of SVN changes. I found the
> Revision Log (http://dev.rubyonrails.com/log/?format=rss), but it is
> humongous! Has the trac team heard of pagination? There''s the
> timeline, but I don''t really care to see every created ticket
also.
This URL should give you a feed which shows only changesets that
occurred in the last ten days:
http://dev.rubyonrails.com/timeline?changeset=on&daysback=10&format=rss
You can adjust the number of days by altering the daysback= number in
the URL. Alternatively, if you just want the last 15 changes regardless
of when they happened, use:
http://dev.rubyonrails.com/timeline?changeset=on&max=15&format=rss
Hope that helps,
Simon Willison
http://simon.incutio.com/