|
||||||||
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-16210) CVS update not taking date
owais.n...@keynote.com (JIRA) Fri, 28 Dec 2012 09:34:56 -0800
- [JIRA] (JENKINS-16210) CVS update not ta... owais.n...@keynote.com (JIRA)
- [JIRA] (JENKINS-16210) CVS update n... owais.n...@keynote.com (JIRA)
- [JIRA] (JENKINS-16210) CVS update n... michael.m.cla...@gmail.com (JIRA)
- [JIRA] (JENKINS-16210) CVS update n... owais.n...@keynote.com (JIRA)
- [JIRA] (JENKINS-16210) CVS update n... michael.m.cla...@gmail.com (JIRA)
As an example if you have plugin v1.6 installed the cvs update will be like following
cvs -q -z3 update -PdC -r release_name -D "Thursday, December 27, 2012 11:01:26 PM UTC"
but with latest plugin following is the cvs update
cvs update -d -P -r release_name
In both example there is no setting for a particular date its simple configured to update from branch. previously it always used to update from a branch on that particular time when it was triggered.