How can I install the SCMtools on RTC 6?
Im developing some extensions and i get some errors from AbstractSCMservice. I think that the reason is because i dont have the scmtools installed.
How should i do it?
Thanks.
|
2 answers
You could download scmtools from jazz.net downloads page.
It is a plain .zip file where you can directly extract the package and try executing the commands.
|
I don't believe your assumption is correct (unless I am misunderstanding something - but the description of the issue is too vague to understand).
When we talk about 'scmtools', this generally corresponds to a download on the client-machine, and is a directory which contains file such as 'scm.exe' or 'lscm.exe' (i.e. it contains the SCM CLI [command line client] and SCM daemon code).
The AbstractSCMservice is a class that lives on the server and has no awareness of 'scmtools'. It is the abstract parent class of various server side services (such as IScmService).
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.