[JIRA] (JENKINS-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2013-03-17 Thread michael.m.cla...@gmail.com (JIRA)














































Michael Clarke
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Searching for changes on a tag in a multi-module setup is not as easy at it sounds. Consider the following:
1. A user checks in changes on a branch/head (we may or may not be monitoring this location, it doesn't really matter). At the same time they check in changes on a branch/head we are monitoring.
2. Polling picks up these changes and a build is scheduled
3. The build completes so the last checked timestamp is rolled forward to the build's start time.
4. The user changes the existing tag to point to a new version of the file. Since tagging doesn't create any commit messages and the commit messages for the changed files have already been seen in the last build, no message appears in rlog for the files changed in the tag. Polling therefore doesn't see a change so doesn't schedule a build.

It would be possible to pick-up changes on a tag if the changes and re-tag happen in the same polling cycle, but there's no way to guarantee this especially if polling is scheduled to happen frequently. I can apply such a change before the next release, although this could result in users who change tag contents seeing inconsistent polling behaviour depending on how their commits compare to the polling cycle.

To try and pick-up all situations where a tag would change, polling would have to be done using the full repository history - not just changes between the last build and current poll. This isn't particularly practical as frequently changed repositories are going to have a large change-log so require a lot of time, memory and processing cycles to retrieve and parse.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2013-03-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Code changed in jenkins
User: Michael Clarke
Path:
 src/main/java/hudson/scm/CvsLog.java
 src/test/java/hudson/scm/CvsChangeLogHelperTest.java
 src/test/java/hudson/scm/CvsLogTest.java
http://jenkins-ci.org/commit/cvs-plugin/1900841791d1fbafc1839f0adea99452718f65a8
Log:
  JENKINS-14711 Pick up changes on a tag since last polling cycle



 
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.






























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2013-03-17 Thread michael.m.cla...@gmail.com (JIRA)














































Michael Clarke
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Snapshot build of changes at https://buildhive.cloudbees.com/job/jenkinsci/job/cvs-plugin/80/org.jenkins-ci.plugins$cvs/artifact/org.jenkins-ci.plugins/cvs/2.9-SNAPSHOT/cvs-2.9-SNAPSHOT.hpi

These changes are not currently on head so will not be on the next release until I've had more of a think about this and someone has convinced me that we should poll for tag changes



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2013-03-15 Thread j...@radonfamily.com (JIRA)














































Jon Radon
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Michael: My module is on a TAG.  The project polls hourly for changes on a tag named RTB_13_4.  I can probably provide a config or log if needed.  I also looked at the code a little, but wasn't sure where to start.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-12-05 Thread anders.mon...@gmail.com (JIRA)














































Anders Monrad
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Using version 2.7 we see the same issue, no matter if Show all CVS Output is checked or not. We also often see an exception (JENKINS-16044)



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-29 Thread j...@radonfamily.com (JIRA)














































Jon Radon
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















There's a workaround, but it doesn't appear to work in the latest version.



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-29 Thread j...@radonfamily.com (JIRA)












































 
Jon Radon
 edited a comment on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















There's a workaround, but it doesn't appear to work in the latest version.  Adding my vote for this.



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-22 Thread michael.m.cla...@gmail.com (JIRA)














































Michael Clarke
 updated  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Reducing priority given there is a workaround (tick the 'Show all CVS Output' box) and that this does not seem to be impacting a lot of users





Change By:


Michael Clarke
(22/Nov/12 12:49 PM)




Priority:


Blocker
Major



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-21 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 updated  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Change By:


Akhil Mittal
(22/Nov/12 12:12 AM)




Priority:


Major
Blocker



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-19 Thread michael.m.cla...@gmail.com (JIRA)














































Michael Clarke
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Sorry, but that last comment isn't relevant to this issue. If you're having a problem with additional items appearing in your changelist then open another issue for it so I can make sure your case gets reviewed properly.



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-19 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Yep I have raised JENKINS-15872 for that now, any update on this one.



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-19 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Just letting you know that even with 'Show all CVS Output' ticked on CVS plugin 2.7 no change log is displayed, however with 2.4 it displays the change log if  'Show all CVS Output' is ticked.

I haven't checked 2.5  2.6



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-16 Thread michael.m.cla...@gmail.com (JIRA)














































Michael Clarke
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Unticking the 'Show all CVS Output' box sets the '-Q' flag on the CVS command; e.g. "cvs -Q up ..." but doesn't hide anything that is returned by CVS (i.e the filtering is done by the CVS server based on the presence of this flag, not be Jenkins). The messages you see during CVS actions are also generated by the CVS Server so you should see the same output in Jenkins as you do in a command line client if all the options are the same.

I'll do a bit more investigation as to why -Q on rlog is preventing changelog generation (and presumably polling).



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-15 Thread michael.m.cla...@gmail.com (JIRA)














































Michael Clarke
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Could you attach your RLOG output as a text document please?



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-15 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 updated  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Change By:


Akhil Mittal
(15/Nov/12 9:36 PM)




Attachment:


Jenkins_console_build17_out.txt



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-15 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 updated  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Change By:


Akhil Mittal
(15/Nov/12 9:37 PM)




Attachment:


rlog_of_solaris_cli.txt



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-15 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 updated  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Change By:


Akhil Mittal
(15/Nov/12 9:37 PM)




Attachment:


Jenkins_console_build17_out.txt



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-15 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Attached



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-15 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 updated  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Change By:


Akhil Mittal
(16/Nov/12 12:28 AM)




Attachment:


screen_shot.doc



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-15 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















I have found the cause of this behaviour - change log disappears if in SCM config of job "Show all CVS output" is checked to yes. As soon as I uncheck "Show all CVS output" I cant see any changes in the change log.

I reckon what’s happening CVS update stdout is redirected to log if the box is checked otherwise CVS update stdout is getting parsed and chages are stripped off from cvs update log and put in the changelog. This is not the right behaviour as one expects verbose CVS update command with stdout  stderr as is in the log without being doctored to reflect the true picture as well as the changes in the change log if you are checking show all cvs output box. 

I am building a build pipeline for CI  deployment from dev - test - uat - staging - prod for a legacy app COBOL where each component is compiled to its own binary (i.e. for every foo.cbl there is foo.so) unlike Java where entire workspace is compiled  package to a monolithic binary (.ear or .war etc). It's a component driven migration where there is need to compile only the programs updated by cvs and packaging only the updated components their corresponding binaries. For this I need to pass list of CVS updated components which I can get from CVS update log and pass it to the build script. I was hoping to see them as args passed to Shell in '$*' in post build but nothing there, as I think Jenkins concept is compile the entire workspace not a component driven migration. 

Also noticed that the warnings of warnings of cvs command are not displayed in the log regardless of box checked or not. Warnings of CVS update are important for situations where lot of components of repository becomes obsolete and you remove tag e.g PROD from them in cvs, next update will remove the obsoleted sources from the filesystem but you still need to know what sources are removed from the filesystem to delete components dependencies and binaries from the filesystem as they are not checked in CVS generally.

eg. cvs update: warning: srcmgr/logs/blah.log is not (any longer) pertinent

Long story short we should be able to see cvs update stdout/stderr as is returned by Shell in the log in verbose mode and needless to say changes in the change log.



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-11-14 Thread akhil.mit...@bupa.com.au (JIRA)














































Akhil Mittal
 reopened  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Hi,

I am still getting this issue where I am seeing no changes in change log it updated my workspace though  rlog command works fine on Solaris CLI as.

My set up is

Jenkins ver. 1.488
CVS plugin I tried both latest 2.7  2.4 no luck

My Project job configuration for SCM is
location: Tag
Tag name: DEV
Use Update is checked (yes)

Basically I want Jenkins to kick of build job if there are any updates to a particular tag in this case DEV, which works fine with this scheme for my workspace but the change is not reflected in change log.

Console output
cvs checkout -r DEV -d temp srcmgr 
cvs checkout: Updating temp
cvs checkout: Updating temp/adhoc
cvs checkout: Updating temp/cm
cvs checkout: Updating temp/cm/bin
cvs checkout: Updating temp/logs
cvs checkout: Updating temp/test
U temp/test/someotheFile
cvs checkout: Updating temp/test/createSomeLongPathDirAveryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVerylongpathDirectory
cvs checkout: Updating temp/test/someDir
U temp/test/someDir/foo.bar
Using locally configured password for connection to :pserver:amittal@melcvs01:/cvs
cvs rlog -S -d15 Nov 2012 15:24:35 +110015 Nov 2012 15:39:59 +1100 srcmgr 
cvs rlog: Logging srcmgr
cvs rlog: Logging srcmgr/adhoc
cvs rlog: Logging srcmgr/cm
cvs rlog: Logging srcmgr/cm/bin
cvs rlog: Logging srcmgr/logs
cvs rlog: Logging srcmgr/test
cvs rlog: Logging srcmgr/test/createSomeLongPathDirAveryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVerylongpathDirectory
cvs rlog: Logging srcmgr/test/someDir

It updates my workspace however there is nothing in the change log or changes in Jenkins, whereas I can run rlog on Solaris CLI
 cvs rlog -S -d'15 Nov 2012 15:24:35 +110015 Nov 2012 15:39:59 +1100' srcmgr
cvs rlog: Logging srcmgr
cvs rlog: Logging srcmgr/adhoc
cvs rlog: Logging srcmgr/cm
cvs rlog: Logging srcmgr/cm/bin
cvs rlog: Logging srcmgr/logs
cvs rlog: Logging srcmgr/test

RCS file: /cvs/srcmgr/test/someotheFile,v
head: 1.3
branch:
locks: strict
access list:
symbolic names:
TAGINFO: 1.1
SOURCE_CONTROL: 1.1
QA: 1.1
PRODSTAGE: 1.1
PRODBUILD: 1.1
PRODFIX: 1.1
SITPR1: 1.1
UATPR1: 1.1
TESTGAP: 1.1
TESTMIG: 1.1
TRNG: 1.1
HUGO: 1.1
DEVGAP: 1.1
DEVMIG2: 1.1
DEVMIG: 1.1
DEV: 1.3
keyword substitution: kv
total revisions: 3; selected revisions: 1
description:

revision 1.2
date: 2012/11/15 04:39:21;  author: amittal;  state: Exp;  lines: +1 -0

	
	
		
		
			empty log message ***
=
cvs rlog: Logging srcmgr/test/createSomeLongPathDirAveryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVerylongpathDirectory
cvs rlog: Logging srcmgr/test/someDir
		
		
	
	



Change log is empty
/export/home/amittal/.jenkins/jobs/Akhil/builds/17 cat changelog.xml
?xml version="1.0" encoding="UTF-8"?
changelog
/changelog

TIA
Akhil





Change By:


Akhil Mittal
(15/Nov/12 5:29 AM)




Resolution:


Fixed





Status:


Resolved
Reopened



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Code changed in jenkins
User: mgraciano
Path:
 src/main/java/hudson/scm/CVSChangeLogSet.java
http://jenkins-ci.org/commit/cvs-plugin/acda8d6d6cc9053f770ae765c497a6396b860b9f
Log:
  JENKINS-14711 - No changelist in CVS plugin 2.5 using rlog, but "cli rlog" works fine





























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Code changed in jenkins
User: mgraciano
Path:
 src/main/java/hudson/scm/CVSChangeLogSet.java
 src/test/java/hudson/scm/CVSChangeLogParserTest.java
 src/test/resources/hudson/scm/changelogCurrentFormat.xml
 src/test/resources/hudson/scm/changelogRegression14711.xml
http://jenkins-ci.org/commit/cvs-plugin/c990be067a84f6dda9a127dada65e47e0b91ec84
Log:
  Created tests to verify changelog parsing retrocompatibility for JENKINS-14711





























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Code changed in jenkins
User: mc1arke
Path:
 src/main/java/hudson/scm/CVSChangeLogSet.java
 src/test/java/hudson/scm/CVSChangeLogParserTest.java
 src/test/java/hudson/scm/CVSChangeLogSetTest.java
 src/test/resources/hudson/scm/changelogCurrentFormat.xml
 src/test/resources/hudson/scm/changelogRegression14711.xml
http://jenkins-ci.org/commit/cvs-plugin/7b2322db8d83efbef17a4dc1bf1f67931d83f0e2
Log:
  Merge pull request #14 from mgraciano/master

Fix for issue JENKINS-14711


Compare: https://github.com/jenkinsci/cvs-plugin/compare/dd3cbc6479a4...7b2322db8d83




























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-17 Thread michael.m.cla...@gmail.com (JIRA)















































Michael Clarke
 resolved  JENKINS-14711 as Fixed


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Pull request merged, available in next release





Change By:


Michael Clarke
(17/Aug/12 7:24 AM)




Status:


Open
Resolved





Assignee:


MichaelClarke





Resolution:


Fixed



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-17 Thread michel.graci...@gmail.com (JIRA)














































Michel Graciano
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Thanks Michael.



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-16 Thread michel.graci...@gmail.com (JIRA)














































Michel Graciano
 started work on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Change By:


Michel Graciano
(16/Aug/12 3:55 PM)




Status:


Open
InProgress



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-16 Thread michel.graci...@gmail.com (JIRA)














































Michel Graciano
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















I have updated my patch and create tests to avoid this kind of regression again as well to verify the patch.

https://github.com/mgraciano/cvs-plugin/commits/master

Should I start a pull request for this?



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-16 Thread michel.graci...@gmail.com (JIRA)














































Michel Graciano
 stopped work on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine
















Change By:


Michel Graciano
(16/Aug/12 7:02 PM)




Status:


InProgress
Open



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-16 Thread michel.graci...@gmail.com (JIRA)














































Michel Graciano
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Pull request created https://github.com/jenkinsci/cvs-plugin/pull/14



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-14 Thread michel.graci...@gmail.com (JIRA)














































Michel Graciano
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















It looks to be a regression from 2.4. I have just downgraded from 2.5 to 2.4 and it is working again.



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-14 Thread leor...@gmail.com (JIRA)














































Leonardo Soares
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















I have one installation with version 2.5 of plugin (Jenkins 1.477) and it is not possible to downgrade to 2.4 but only to 1.6 from the jenkins manager console. Is there any workarround to get it working before we have the issue solved?



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-14 Thread michel.graci...@gmail.com (JIRA)














































Michel Graciano
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















I have found the error and created a patch at https://github.com/mgraciano/cvs-plugin/commit/acda8d6d6cc9053f770ae765c497a6396b860b9f

It was a parsing pattern issue, so i fixed to revert to the original parsing and created a workaround to parse the current date. The problem is just for visualization, the changelog is created successfully. How can I send the patch to you? Should I create a pull request?



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-14 Thread michel.graci...@gmail.com (JIRA)














































Michel Graciano
 commented on  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















BTW, the workaround is to fix the changelog.xml files manually. Just change de changeDate to use - instead / as date fields separator. Maybe a shell script could help.



























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-14711) No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine

2012-08-07 Thread uri.mil...@gmail.com (JIRA)














































uri milman
 created  JENKINS-14711


No changelist in CVS plugin 2.5 using rlog, but cli rlog works fine















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


cvs



Created:


07/Aug/12 3:16 PM



Description:


When creating a job using a cvs branch, and cvs plugin does the checkout and rlog, but finds nothing. Using the same parameters from the commandline, using linux cvs client, it does see the changes.

From the log:
cvs rlog -S -d07 Aug 2012 17:47:11 +030007 Aug 2012 18:12:20 +0300 base-iso 
cvs rlog: Logging base-iso
cvs rlog: Logging base-iso/.disk
cvs rlog: Logging base-iso/boot

but from the commandline:
cvs rlog -S -d"07 Aug 2012 17:47:11 +030007 Aug 2012 18:12:20 +0300" base-iso 
cvs rlog: Logging base-iso

RCS file: /opt/cvsroot/base-iso/create_iso.sh,v
head: 1.6
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 6;	selected revisions: 1
description:

revision 1.6
date: 2012/08/07 14:47:55;  author: urim;  state: Exp;  lines: +1 -1
Changelog
=
cvs rlog: Logging base-iso/.disk
cvs rlog: Logging base-iso/boot
cvs rlog: Logging base-iso/boot/grub


After downgrading to CVS plugin 1.6, the changes list is working, so it seems to be a problem with the cvs library.




Project:


Jenkins



Priority:


Major



Reporter:


uri milman

























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