SCM command line broken out of the box?
I have a fresh, stock installation of the RTC 3.0 client package on Linux, including the default Java.
I'm exploring use of the SCM command line, so my very first task was to attempt to view the login help so I can login to our repository: #lscm help login The jdk/jre/bin directory exists, but there's no program in there called "javas". I've been working with Java for a long time and I've never heard of a program called "javas". I'm assuming this was a typo? |
Accepted answer
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/151716
I believe the problem only exists when using Install Manager. It corrupted the script for command line. If you download the zip file, the script should be fine. Jeff Care selected this answer as the correct answer
|
2 other answers
I modified /opt/IBM/TeamConcert/scmtools/eclipse/lscm to call
#lscm help login Here's the recursive listing for the scripts directory: ls -lR scripts |
After running chmod a+x on the files in /opt/IBM/TeamConcert/scmtools/eclipse/scripts/unix I finally had some success:
#lscm help login |
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.