|
||||||||
|
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-16044) Exception on CVS ... [email protected] (JIRA)
- [JIRA] (JENKINS-16044) Exception on... [email protected] (JIRA)
- [JIRA] (JENKINS-16044) Exception on... [email protected] (JIRA)
- [JIRA] (JENKINS-16044) Exception on... [email protected] (JIRA)
- [JIRA] (JENKINS-16044) Exception on... [email protected] (JIRA)
- [JIRA] (JENKINS-16044) Exception on... [email protected] (JIRA)
- [JIRA] (JENKINS-16044) Exception on... [email protected] (JIRA)
- [JIRA] (JENKINS-16044) Exception on... [email protected] (JIRA)

This is due to us using CVSNT and a NT path in the CVSROOT. Our CVSROOT was :pserver:cvsuser@<server>:d:\cvs, this caused line 142 in CvsLog to fail:
final String rootName = cvsRoot.split("/", 2)[1];
I guess this is expecting a regular unix like path like /cvs/repo/.
Changing our CVSROOT to forwardslash fixed the problem.