Windows 上的持续集成堆栈与 Mercurial + 水银队列?
我们一直在使用 Mercurial 和 Mercurial 队列(+补丁防护)来对许多 Windows ASP.Net 项目进行源代码控制。
我有兴趣为此建立一个持续集成环境,但我迷失在与 CC/Trac 等相互冲突的成功报告中。
我想知道还有谁在做这件事,以及您的应用程序/实用程序工作堆栈是什么? 另外,如果您有关于工作流程的提示,我会洗耳恭听:)
提前致谢!
We've been using Mercurial with Mercurial Queues (+guards for patches) for source control of a number of Windows ASP.Net projects.
I'm interested in setting up a Continuous Integration environment for this but am getting lost in conflicting reports of success with CC/Trac etc.
I'm wondering who else out there is doing this and what your working stack of apps/utils is? Also, if you've got hints on workflow, I'm all ears :)
Appreciation in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我们一起使用 Hudson 和 Mercurial,并且非常成功。 它们都足够灵活,可以满足您的任何需求。
We use hudson and mercurial together and have been quite successful. They are both flexible enough to about anything you want.
我们非常高兴使用 Mercurial/Kiln与 TeamCity。
We are very happy using Mercurial/Kiln with TeamCity.
哪个巡航控制?
如果是 Java 版本,我知道人们将它与 Trac 和 Mercurial 一起使用,尽管我自己没有使用这些版本的经验。
但您可以在 CruiseControl 用户邮件列表上询问,看看其他人在做什么...
Which CruiseControl?
If the Java version I know people use it with both Trac and Mercurial, though I don't have the experience with those myself.
But you can ask on the CruiseControl users mailing list to see what others are doing...
我们正在使用 Trac & BuildBot。 对于 Mercurial 的简单使用来说效果很好。
提交挂钩对两者都可用,但您可能需要挖掘一下,
We're using Trac & BuildBot. Works resonably well for simple usage of Mercurial.
Commit-hooks are available for both, but you might have to dig a bit,