Michael
I used the latest LTS version 1.509 with packaged CVS plugin version. I think the version of CVS plugin is 2.9
The stack trace is when I build the project is
[workspace] $ cvs -Q -z3 -d :pserver:suraj@cvshost:12311/usr/local/myproj co -P -d ABCDWeb -D "Thursday, June 6, 2013 8:40:08 PM UTC"
java.io.IOException: Cannot run program "cvs" (in directory "/path/to/CI/Home/workspace"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:763)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at hudson.Launcher$ProcStarter.join(Launcher.java:360)
at hudson.scm.CVSSCM.run(CVSSCM.java:1032)
at hudson.scm.CVSSCM.run(CVSSCM.java:1040)
at hudson.scm.CVSSCM.checkout(CVSSCM.java:466)
at hudson.scm.CVSSCM.checkout(CVSSCM.java:384)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1367)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:674)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:579)
at hudson.model.Run.execute(Run.java:1575)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
Did I miss anything? I use the ':pserver:user@host:port/path/to/cvsroot' in the project configuration.
Repository has no passwords at this time.
Let me know if you need any more information
Regards
Suraj S Nair