-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: Sun, OS: Solaris
Using Hudson 1.153 and CVS 1.11.21, we want to checkout and build code tagged
with a particular symbol on our HEAD branch. We configured Hudson to use
the "Branch" option with our symbolic tag.
Hudson invoked a CVS checkout command as follows:
cvs -Q -z0 -d /home/cvs co -P -r SYSRDY -d workspace -D "Thursday, November 15,
2007 12:35:34 PM UTC" konakart
Which resulted in nothing being checked out, despite verifying our code is
correctly tagged as 'SYSRDY'.
When we remove the -D option however, the checkout works as expected.
a) Is there some way in Hudson we can remove the -D option when hudson invokes
the cvs module to make this work
b) or is there some other workaround?
c) or is this a -D option default date format bug?
As I'm not sure if this is a DEFECT or TASK I've logged it as a DEFECT.
- duplicates
-
JENKINS-229 CVS update/checkout has sticky date set
- Closed