Hello,
I am trying to setup cruise control ver 2.2 to checkout project from CVS but..
I get this error from CruiseControl as it tries to check for updates in CVS
VSBootstrapper- Error executing CVS update command
java.io.IOException: CreateProcess: cvs -d

server:myusername@mycvshost:/dis
k1/cvsroot update -dP module/subdir/trunk/build.xml error=2
The config.xml file I am using is
Config.xml I saw very helpful and simple tutorials online, but all of them say about suing the checked out project form the local folders. I would need the automation script to check the CVS and checkout fresh if needed.
My Cruise control setup is working fine with local project folder.
Any help and suggestions are welcome.