Scott Telle commented on Bug JENKINS-18522

@John
thanks for suggesting that solution.

@Michael
I have looked at the code for the plugin and see where the potential problem is. Our CVS modules don't map to directory names, the cvs log command expects the directory to get logging info from, not the module. The code (at least in 1.6) uses the module name to log and in my case errors out.

... (line 960 [CVSSCM.java version 1.6|https://github.com/jenkinsci/cvs-plugin/blob/cvs-1.6/src/main/java/hudson/scm/CVSSCM.java]) 
                   } else {
                        // fallback
                        if(!flatten)
                            task.setPackage(getAllModulesNormalized());
                    }
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.
 
 

Reply via email to