-1

我第一次使用巡航控制系统进行构建自动化。请指导我如何配置Cruise Control和我的CVS服务器。我安装了Cruise Control,它是否需要额外的插件。我怎么能写配置文件,我必须把它放在哪里。如何使用CVS配置巡航控制系统

+0

您使用的巡航控制或巡航控制.NET?这是两个不同的程序... – 2010-10-12 10:41:17

回答

0

编辑:更多相关的指令:

here

例如使用的pserver认证

<sourcecontrol type="cvs"> 
    <executable>..\tools\cvs.exe</executable> 
    <cvsroot>:pserver:[email protected]:/cvsroot/ccnet</cvsroot> 
    <module>ccnet</module> 
    <workingDirectory>c:\projects\ccnet</workingDirectory> 
</sourcecontrol> 

例如经由油灰

<sourcecontrol type="cvs"> 
    <executable>c:\putty\cvswithplinkrsh.bat</executable> 
    <cvsroot>:ext:mycvsserver:/cvsroot/myrepo</cvsroot> 
    <module>mymodule</module> 
    <workingDirectory>c:\fromcvs\myrepo</workingDirectory> 
</sourcecontrol> 
使用ssh这里的信息个

负载:http://confluence.public.thoughtworks.org/display/CCNET/Using+CruiseControl.NET+with+CVS

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

+0

请注意,第一个链接是用于Cruise Control .NET,第二个用于巡航控制。 – 2010-10-12 10:41:42

+0

欢呼声 - 仍然不确定提问者想要哪一个。 – 2010-10-12 10:54:04

+0

@Benjamin Baumann ..是的,我想使用Cruise Control.NET – maqsood 2010-10-13 04:49:42