Is there a limit to links?
We did an import of code from SVN (using RTC import from SVN) and am working on delivering it. We are hitting an issue where we are unable to show the Links tab.
We require a work item for each change to deliver, and so we associated all changes (so 50,000 or so revisions from SVN). The work item can be opened but if you click on the Links tab, it basically hangs the eclipse client and we have to kill it.
Is there any way around this other than unassociating some of these and breaking them into multiple work items for delivery??
We require a work item for each change to deliver, and so we associated all changes (so 50,000 or so revisions from SVN). The work item can be opened but if you click on the Links tab, it basically hangs the eclipse client and we have to kill it.
Is there any way around this other than unassociating some of these and breaking them into multiple work items for delivery??
One answer
I do not have an answer to this, but 50,000 links is sure to cause some data buffer problems, not to mention cpu loops. I don't think link lists are paged so rtc would try to send them all at once from server to client.
I do have an unrelated questions, relative to the dual svn/rtc source repository mgmt.
I assume the svn developers build directly from SVN, until such time as you decide to import/checkin to RTC.
do you then have a SECOND build implementation using RTC as the source? do you also run test after the RTC build? do you (and if so how) verify the result is the same as built from SVN?
is the RTC build record the accepted content traceability record?
I do have an unrelated questions, relative to the dual svn/rtc source repository mgmt.
I assume the svn developers build directly from SVN, until such time as you decide to import/checkin to RTC.
do you then have a SECOND build implementation using RTC as the source? do you also run test after the RTC build? do you (and if so how) verify the result is the same as built from SVN?
is the RTC build record the accepted content traceability record?