|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-15680) I get this error when using maven release plugin: cvs commit: cannot commit with sticky date for file `pom.xml'
sascha.v...@gmail.com (JIRA) Mon, 14 Jan 2013 03:40:01 -0800
- [JIRA] (JENKINS-15680) I get this error ... sascha.v...@gmail.com (JIRA)
- [JIRA] (JENKINS-15680) I get this e... sascha.v...@gmail.com (JIRA)
- [JIRA] (JENKINS-15680) I get this e... sascha.v...@gmail.com (JIRA)
- [JIRA] (JENKINS-15680) I get this e... sascha.v...@gmail.com (JIRA)
- [JIRA] (JENKINS-15680) I get this e... sascha.v...@gmail.com (JIRA)
- [JIRA] (JENKINS-15680) I get this e... michael.m.cla...@gmail.com (JIRA)
We're facing the same issue.
It seems to be related to the Jenkins CVS plugin (after updating from 1.2 to 2.7 which was a change from the commandline cvs client to the Netbeans Java API).
Comparing the output, it seems that now the plugin also uses "-r HEAD" for checkout / update:
cvs
q -z3 update -PdC -D "Friday, December 7, 2012 1:30:28 PM UTC" <oldvs.
cvs update
d -P -r HEAD -D 14 Jan 2013 10:33:16 +0100 workspace <newUsing the flag "Legacy Mode" changes the command to
cvs update -P -N -D 14 Jan 2013 12:22:23 +0100 <Module-path>
which seems to be a workaround.
I had a look at the cvs documentation, and there it is stated that -D and -r are exclusive or (so I think the new command with specifiying both isn't quite correct)