Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Duplicate
-
Component/s: cvs-plugin, release-plugin
-
Labels:None
-
Environment:Windows Jenkins version 1.486
Linux Jenkins 1.480.2, cvs-plugin 2.7
-
Similar Issues:
Description
I get this error when running the Perform Maven Release task on one of my projects whose source code is checked out from CVS.
cvs commit: cannot commit with sticky date for file `pom.xml'
The problem is that maven is trying to commit the modified pom.xml to CVS but that file cannot be committed since it was checked out with a sticky date.
Any ideas?
Attachments
Issue Links
- duplicates
-
JENKINS-16412 Remove sticky date tags not working when local name not set and only one module is used
-
- Resolved
-
Sorry, I'm not sure what the issue is here. You need to perform a checkout without setting the -d option on the checkout command. This issue isn't a restriction that's being forced by Jenkins, but a restriction on CVS.