With scm/lscm, how can find out whether a certain change set is already accepted into a workspace?
Accepted answer
scm locate -C <changeset_uuid> -w <workspace_name_or_uuid>
Comments
How do I interpret the output of this command?
It is explained here: https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Flocate_ex.html
1 vote
Ah, I see. Thank you.
OK, so, while this works correctly, I find it takes something like 30 seconds to terminate. I there any way to speed this up?
Are you using lscm or scm?