|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Changes are needed in (at least) 2 places:
1. In netbeans cvsclient library - cvs update goes into infinate loop following symlinks
I think I have a working change for this.
On cvsclient which is forked in github for jenkins:
https://github.com/mc1arke/cvsclient
I will attach patch for this.
2. In CVS plugin in jenkins.
Change needed in several places I think.
Where cvs update and cvs rlog build file lists at least.
I'm not too familliar with debugging java and finding it tricky to track down where in the code a java process is getting stuck in infinate loop.