Sending SVN commits to an RSS feed

后端 未结 9 680
小鲜肉
小鲜肉 2021-02-01 21:22

So my favourite web tool, Subtlety, was recently discontinued, which means that I no longer have easy access to the commit logs of various SVN projects that I follow. Are there

相关标签:
9条回答
  • 2021-02-01 21:25

    Another tool would be http://sourceforge.net/projects/svn2rss/

    0 讨论(0)
  • 2021-02-01 21:28

    I like Trac, though it may be overkill for what you need. WebSVN is also a nice tool for browsing repositories over the web. Both of these provide RSS feeds for the log. You can also subscribe to the log for just a particular branch, etc.

    0 讨论(0)
  • 2021-02-01 21:28

    I was using Sublety as well. It was quite a bummer when it went away. I ended up rolling my own solution. It is .NET based and requires the use of the post-commit hook script. It's free, and I've provided both binaries and source code.

    Subversion C# RSS Feed Hook Script

    Live repository rss feed with nice xsl template

    0 讨论(0)
  • 2021-02-01 21:35

    I was going to suggest Trac as well, until I realized you probably don't have administrative control over the repositories in question. Perhaps this apparent solution will work for you?

    http://svnfeed.com/

    It seems to work well for the one repository I tried it on, and it's surprisingly fast.

    0 讨论(0)
  • 2021-02-01 21:35

    There's subveRSSed, which you just drop into your post-commit action.

    0 讨论(0)
  • 2021-02-01 21:38

    SvnFeed

    Also check out CommitMonitor for windows, which features really slick diff support

    0 讨论(0)
提交回复
热议问题