<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 架设你的CruiseControl</title>
	<atom:link href="http://weavesky.com/2008/01/28/deploy-cruisecontrol/feed/" rel="self" type="application/rss+xml" />
	<link>http://weavesky.com/2008/01/28/deploy-cruisecontrol/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 02:54:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: xixi</title>
		<link>http://weavesky.com/2008/01/28/deploy-cruisecontrol/comment-page-1/#comment-69</link>
		<dc:creator>xixi</dc:creator>
		<pubDate>Tue, 02 Sep 2008 02:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/2008/01/28/deploy-cruisecontrol/#comment-69</guid>
		<description>我看了你的文章,因为我在linux下配置出现了些问题,想向你请教一下</description>
		<content:encoded><![CDATA[<p>我看了你的文章,因为我在linux下配置出现了些问题,想向你请教一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparkle</title>
		<link>http://weavesky.com/2008/01/28/deploy-cruisecontrol/comment-page-1/#comment-68</link>
		<dc:creator>Sparkle</dc:creator>
		<pubDate>Tue, 20 May 2008 13:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/2008/01/28/deploy-cruisecontrol/#comment-68</guid>
		<description>没试过,我想会很麻烦吧.装命令行很简单的,下载zip包解压加入path就行了</description>
		<content:encoded><![CDATA[<p>没试过,我想会很麻烦吧.装命令行很简单的,下载zip包解压加入path就行了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ljj</title>
		<link>http://weavesky.com/2008/01/28/deploy-cruisecontrol/comment-page-1/#comment-67</link>
		<dc:creator>ljj</dc:creator>
		<pubDate>Mon, 19 May 2008 02:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/2008/01/28/deploy-cruisecontrol/#comment-67</guid>
		<description>这个问题，如果用海龟之类的svn client checkout项目，而机器上面没有装svn命令行，不能使用你那个方法，不知要如何改动啊。</description>
		<content:encoded><![CDATA[<p>这个问题，如果用海龟之类的svn client checkout项目，而机器上面没有装svn命令行，不能使用你那个方法，不知要如何改动啊。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparkle</title>
		<link>http://weavesky.com/2008/01/28/deploy-cruisecontrol/comment-page-1/#comment-66</link>
		<dc:creator>Sparkle</dc:creator>
		<pubDate>Wed, 30 Jan 2008 02:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/2008/01/28/deploy-cruisecontrol/#comment-66</guid>
		<description>问题是如果构建是非常耗时的话，会不会导致不能提交，或者两次构建同时进行

而且代码服务器应该是性能低但是要求安全（至少不要硬盘挂掉之类）
构建服务器是性能越高越好（挂了也没什么所谓）
所以这两个还是分开比较好

CruiseControl其实做了很少东西而已，不过我们还是用它比较方便</description>
		<content:encoded><![CDATA[<p>问题是如果构建是非常耗时的话，会不会导致不能提交，或者两次构建同时进行</p>
<p>而且代码服务器应该是性能低但是要求安全（至少不要硬盘挂掉之类）<br />
构建服务器是性能越高越好（挂了也没什么所谓）<br />
所以这两个还是分开比较好</p>
<p>CruiseControl其实做了很少东西而已，不过我们还是用它比较方便</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyfdecyf</title>
		<link>http://weavesky.com/2008/01/28/deploy-cruisecontrol/comment-page-1/#comment-65</link>
		<dc:creator>cyfdecyf</dc:creator>
		<pubDate>Tue, 29 Jan 2008 10:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/2008/01/28/deploy-cruisecontrol/#comment-65</guid>
		<description>Mercurial 和 git 仓库接受 commit 的时候可以自动执行脚本，加上仓库上本身就有签出的代码，可以直接在仓库上做构建和测试。如果采用这种方式的话就不需要检查变化了。当然如果构建机器和仓库服务器不在同一台机器上就还是得去检查变化了。

看到它支持 darcs 了，以后应该也会支持其他分布式版本控制系统吧。</description>
		<content:encoded><![CDATA[<p>Mercurial 和 git 仓库接受 commit 的时候可以自动执行脚本，加上仓库上本身就有签出的代码，可以直接在仓库上做构建和测试。如果采用这种方式的话就不需要检查变化了。当然如果构建机器和仓库服务器不在同一台机器上就还是得去检查变化了。</p>
<p>看到它支持 darcs 了，以后应该也会支持其他分布式版本控制系统吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparkle</title>
		<link>http://weavesky.com/2008/01/28/deploy-cruisecontrol/comment-page-1/#comment-64</link>
		<dc:creator>Sparkle</dc:creator>
		<pubDate>Tue, 29 Jan 2008 07:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/2008/01/28/deploy-cruisecontrol/#comment-64</guid>
		<description>你可以看一下这里，Child Elements那个表格

http://cruisecontrol.sourceforge.net/main/configxml.html#modificationset

没有支持Mercurial和Git :)

其实自己写一个支持也很简单的，因为这个的唯一功能就是检查变化。最简单的做法就是调用命令行，然后判断一下返回值。至于具体的update操作，也是在ant脚本里面调命令行而已</description>
		<content:encoded><![CDATA[<p>你可以看一下这里，Child Elements那个表格</p>
<p><a href="http://cruisecontrol.sourceforge.net/main/configxml.html#modificationset" rel="nofollow">http://cruisecontrol.sourceforge.net/main/configxml.html#modificationset</a></p>
<p>没有支持Mercurial和Git <img src='http://weavesky.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>其实自己写一个支持也很简单的，因为这个的唯一功能就是检查变化。最简单的做法就是调用命令行，然后判断一下返回值。至于具体的update操作，也是在ant脚本里面调命令行而已</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyfdecyf</title>
		<link>http://weavesky.com/2008/01/28/deploy-cruisecontrol/comment-page-1/#comment-63</link>
		<dc:creator>cyfdecyf</dc:creator>
		<pubDate>Tue, 29 Jan 2008 06:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://weavesky.com/2008/01/28/deploy-cruisecontrol/#comment-63</guid>
		<description>CruiseControl 除了 svn 以外还支持哪些版本控制工具？</description>
		<content:encoded><![CDATA[<p>CruiseControl 除了 svn 以外还支持哪些版本控制工具？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

