-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Platform: All, OS: Windows XP
Unable to run a build because of a cvs error. The task managed to check out all
the files and update files, but is unable to compute the change log it seems.
$ computing changelog
ERROR: cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:pserver:XXXX'
'log'
'-d'
'>=2008-02-27'
The CVS server version is:
Concurrent Versions System (CVS) 1.11.1p1 (client/server)
Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn,
Jeff Polk, and other authors
Do you get more output, or is that the only output from Hudson?
1.11 is ancient version of CVS. Any chance you can upgrade that and see if that
fixes the problem? When you run CVS from command-line with the -d >=2008-02-27
option, does the server rejects it?