-1

I am first time using Cruise Control for Automation of build. Please Guide me how can I configure Cruise Control with my CVS Server. I installed Cruise Control , does it require any extra plug-in. how can I write config file, Where i have to place it.

maqsood
  • 1
  • 2

1 Answers1

0

Edit: More pertinent instructions:

From here:

example using pserver authentication

<sourcecontrol type="cvs">
   <executable>..\tools\cvs.exe</executable>
   <cvsroot>:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ccnet</cvsroot>
   <module>ccnet</module>
   <workingDirectory>c:\projects\ccnet</workingDirectory>
</sourcecontrol>

example using ssh via putty

<sourcecontrol type="cvs">
   <executable>c:\putty\cvswithplinkrsh.bat</executable>
   <cvsroot>:ext:mycvsserver:/cvsroot/myrepo</cvsroot>
   <module>mymodule</module>
   <workingDirectory>c:\fromcvs\myrepo</workingDirectory>
</sourcecontrol>

Loads of information here : http://confluence.public.thoughtworks.org/display/CCNET/Using+CruiseControl.NET+with+CVS

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

Preet Sangha
  • 64,563
  • 18
  • 145
  • 216
  • Note that the first link is for Cruise Control .NET and the second one for Cruise Control. – Benjamin Baumann Oct 12 '10 at 10:41
  • I don't know the purpose of this batch."cvswithplinkrsh.bat" in first link. I don't need to use any SSH client. – maqsood Oct 13 '10 at 04:56
  • Thanks Preet .it seems i have to download Putty.exe for ssh client. But i don't need to use any security. Is there any way I only enter my cvs-server id and password in config file. Cruise control directly connect me with cvs and start working. – maqsood Oct 13 '10 at 05:32
  • I am still facing problem. Please have a look on my ccnet.config file – maqsood Oct 13 '10 at 07:41
  • My ccnnet.config file. ..\tools\cvs.exe :pserver:maqsood.ahmad@cvs-server:/cvsroot/Afrah ccnet D:\projects\Abs.Web.cCon.Mobile and the error message when i run ccnet.exe.. – maqsood Oct 13 '10 at 07:42
  • My ccnnet.config file. ..\tools\cvs.exe :pserver:maqsood.ahmad@cvs-server:/cvsroot/Afrah ccnet D:\projects\Abs.Web.cCon.Mobile and the error message when i run ccnet.exe.. – – maqsood Oct 13 '10 at 07:51