[closed] How to successfully create links to SVN revisions
Kieron Brear (146●1●16●9)
| asked Sep 07 '12, 5:25 a.m.
closed Oct 13 '17, 3:55 p.m. by David Lafreniere (4.8k●7)
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 |
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
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.
David Lafreniere selected this answer as the correct answer
|
Comments
Hi,