I am looking for something like a subversion dashboard that at the very least can show me commits from across a group of repositories. Is there anything like this available? Since it could just as well be dead simple and I can't find anything immediately I am thinking if just scratching my own itch here, but I am hoping someone has wanted this before? Are there any subversion "dashboards" that an show me even a simple twitter-like list of commits from across my repositories?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
My shop was looking for something similar a few years ago, so we asked around and were told about Beanstalk, which has this functionality, and presents it in a river-of-news (Twitter) format for all repositories together:
Notably, it works for Git in addition to SVN. If you're interested in going the open-source, self-hosted route, check out Trac, which added multiple repository support in 0.12. Vitor Braga in the comments also mentioned Redmine as a possible option, as well. |
|||||||
|

