[closed] How to successfully create links to SVN revisions
![](http://jazz.net/_images/myphoto/3db4ae8b4705ddaf78acc5ba5fe8620a.jpg)
Hi,
I am trying to link RTC work items to SVN revisions. We are on RTC 3.0.1 and I am using Subclipse as the SVN client. I have followed the instructions in the doc and searched the web for further information. The initial try fails, as SVN requires authentication for access, so I then request for the job to run locally. I haven't extracted an SVN level to be local system - is that a requirement? When I start the job the progress bar shoots to 62% complete straightaway and one of the following will occur:
Thanks,
Kieron
I am trying to link RTC work items to SVN revisions. We are on RTC 3.0.1 and I am using Subclipse as the SVN client. I have followed the instructions in the doc and searched the web for further information. The initial try fails, as SVN requires authentication for access, so I then request for the job to run locally. I haven't extracted an SVN level to be local system - is that a requirement? When I start the job the progress bar shoots to 62% complete straightaway and one of the following will occur:
- The job runs for a long time (several hours or a couple of days), possibly using considerable CPU (~60% of dual core box), no change in the percent complete in the progress bar. Then it ends, crashing Eclipse, with no errors or logs.
- The job runs for a while, with similar CPU to above, with a small progress shown in the bar, maybe to 65%, before crashing as above.
- The job crashes quite quickly, it may use a lot of CPU, or very little.
Thanks,
Kieron
The question has been closed for the following reason: "Problem is not reproducible or outdated" by daviddl Oct 13 '17, 3:55 p.m.
Accepted answer
![](http://jazz.net/_images/myphoto/3db4ae8b4705ddaf78acc5ba5fe8620a.jpg)
It's possible that the issue is because of the amount of data. It is also possibly an issue with the configuration of Subclipse. One option would be to try the Subversive client, at least for the initial scan to see if that works. If you could get a stack trace, that may also indicate where the client is blocking. To get a start trace, you can add the "-debug -console and -consolelog options to the eclipse.ini and then perform a CTRIL-BREAK (Winodws) or "kill -3" (Linux) to request a stack dump.
Comments
Ashok Sonawane
Oct 13 '17, 3:55 p.m.Hi,