Issue Details (XML | Word | Printable)

Key: HUDSON-6312
Type: Bug Bug
Status: Verified Verified
Resolution: Cannot Reproduce
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: bergtwvd
Votes: 7
Watchers: 8
Operations

If you were logged in you would be able to see more operations.
Hudson

cvs log error

Created: 20/Apr/10 02:34 AM   Updated: 24/May/11 04:15 AM   Resolved: 20/May/11 07:43 AM
Component/s: cvs
Affects Version/s: None
Fix Version/s: 2.0.1

Environment:
Windows XP
Tomcat 6.0.20
CVS (server) 1.11.17
CVS (client) CVSNT 2.5.03 Build 2382
Hudson 1.354


 Description  « Hide

I get the following error (see below, where the server address is replaced by <<addrees>>).
The "work around" it to set the environment variable CATALINA_OPTS to -Dhudson.scm.CVSSCM.skipChangeLog=true,
but I prefer to have the problem fixed.

ERROR: cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:ssh:<<address>>:/cvsroot/test'
'log'
'-d'
'>=2010-04-19'

The ' characters around the executable and arguments are
not part of the command.
] in C:\project
Input text:
START==>null<==END
Working directory is C:/project
cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:ssh:<<address>>:/cvsroot/test'
'log'
'-d'
'>=2010-04-19'

The ' characters around the executable and arguments are
not part of the command.
] in C:\project
Input text:
START==>null<==END
at hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask.runCommand(AbstractCvsTask.java:387)
at hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask.execute(AbstractCvsTask.java:457)
at hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask.execute(ChangeLogTask.java:293)
at hudson.scm.CVSSCM$4.invoke(CVSSCM.java:910)
at hudson.scm.CVSSCM$4.invoke(CVSSCM.java:839)
at hudson.FilePath.act(FilePath.java:747)
at hudson.FilePath.act(FilePath.java:729)
at hudson.scm.CVSSCM.calcChangeLog(CVSSCM.java:839)
at hudson.scm.CVSSCM.checkout(CVSSCM.java:408)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1044)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
at hudson.model.Run.run(Run.java:1244)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:122)
Recording test results
Finished: FAILURE