You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by nick vajberg <ni...@yahoo.dk> on 2004/03/25 10:25:30 UTC

[Suggestion] RSS feed

It would be *very* neat if my project manager could
type something like:

http://myhost/svn/myproject/trunk/mydir?rssfeed.xml

and get back - you guess it - the commit history for
that directory (and sub directories) in RSS feed
format.

Boy, would that be great.

Yahoo! Mail (http://dk.mail.yahoo.com) - Gratis: 6 MB lagerplads, spamfilter og virusscan

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

Re: [Suggestion] RSS feed

Posted by "Brian W. Fitzpatrick" <fi...@red-bean.com>.
On Thu, 2004-03-25 at 04:25, nick vajberg wrote:
> It would be *very* neat if my project manager could
> type something like:
> 
> http://myhost/svn/myproject/trunk/mydir?rssfeed.xml
> 
> and get back - you guess it - the commit history for
> that directory (and sub directories) in RSS feed
> format.
> 
> Boy, would that be great.

That sure would, but there is no need for this to be a part of
Subversion itself.  Subversion has a great API you can use from a number
of languages (C, Python, Java, Perl) to do a lot of neat stuff.

Have you seen CIA bot?  It's not exactly what you're talking about, but
it does some pretty neat stuff:

    http://cia.navi.cx/doc/how-cia-works

and for an example of what CIA bot does:

    http://cia.navi.cx/stats/project/svn

-Fitz


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

Re: [Suggestion] RSS feed

Posted by Chia-Liang Kao <cl...@clkao.org>.
SVN::Web is probably what you want.

see http://svn.elixus.org/svnweb/repos/rss/member/clkao/svk/

On Thu, Mar 25, 2004 at 11:25:30AM +0100, nick vajberg wrote:
> It would be *very* neat if my project manager could
> type something like:
> 
> http://myhost/svn/myproject/trunk/mydir?rssfeed.xml
> 
> and get back - you guess it - the commit history for
> that directory (and sub directories) in RSS feed
> format.

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