Is it possible to add a comment with cli checkin command?
Right now, I have to do this:
lscm checkin TestApps
lscm changeset comment <changeset> <comment>
lscm deliver
but I want to add a comment with the checkin command so that I don't have to run 'status' to get the changeset number since I'll be running this in a script. What I'm looking for is something like:
lscm checkin -comment <comment> TestApps
lscm deliver
or
lscm checkin -alias <alias> TestApps
lscm changeset comment <alias> <comment>
lscm deliver
3 answers
Currently it is not possible. See: Allow new change set comment to be set by CLI during checkin operation (174113)
Comments
Karl Weinert
JAZZ DEVELOPER Sep 19 '12, 11:26 a.m.That would be worth opening an RFE. https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWelcome