We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
不确定是否有一个小部件可以执行此操作。但我认为,如果您建立(或者可能已经拥有)一个持续集成环境(我使用 CruiseControl 和 NAnt),那么您可以从单个 CruiseControl 项目聚合所有存储库中一天内生成的所有报告并构建在一天结束时运行的文件。该项目将负责从其他构建中获取各种报告/日志并将它们包含到构建电子邮件中......听起来这可行。
也许还有更优雅的东西!我迫不及待地想看到其他回复。
Not sure if there is a widget out there that does this or not. But I would think that if you stood up (or perhaps already have) a continuous integration environment (I use CruiseControl and NAnt) then you could aggregate all of the reports generated in a day across all of your repositories from a single CruiseControl project and build file that runs at the end of the day. This project would be reponsible for picking up the various reports/logs from the other build and including them into a build email... Sounds like that would work.
Perhaps there is something more elegant out there! I can't wait to see the other responses.
(在 Windows 上)您可以安装 CommitMonitor。您可以配置任意数量的 SVN 存储库,以按可配置的时间间隔进行监视/监控。该工具会向您显示所有新提交,并允许您详细检查每个提交。
(On windows) you could install CommitMonitor. You can configure any number of SVN repositories to be watched/monitored at configurable intervals. The tool shows you all new commits and allows you to check each commit in details.
我建议查看 http://devpulse.com/ (免责声明:我是其背后团队的一员)。目前它还没有每日摘要,但它可以让您拥有存储库(和其他工具)中所有事件/更改的 RSS/Twitter 流。
I suggest to take a look at http://devpulse.com/ (disclaimer: I am part of the team behind it). At the moment it doesn't exactly have a daily digest, but it let's you have RSS/Twitter stream of all events/changes in your repositories (and other tools).
Trac
“它提供了 Subversion(或其他版本控制系统)的接口、集成的 Wiki 和方便的报告工具”。
Trac
"It provides an interface to Subversion (or other version control systems), an integrated Wiki and convenient reporting facilities."