Examples on scm compare
Require some examples of scm compare command
My requirement is to compare two streams to get the list of workitems delivered to Stream1 compared against the workitems in Stream 2 in another project.
I tried comparing the streams and workspaces in command line. They return only the component names and not the list of workitems as shown in the page http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.scm.doc/topics/r_scm_cli_scm.html
Can someone help with more examples on the usage of "compare" command ?
My requirement is to compare two streams to get the list of workitems delivered to Stream1 compared against the workitems in Stream 2 in another project.
I tried comparing the streams and workspaces in command line. They return only the component names and not the list of workitems as shown in the page http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.scm.doc/topics/r_scm_cli_scm.html
Can someone help with more examples on the usage of "compare" command ?
One answer
I tried the flags mentioned in the link and it works.
For ex: "lscm compare -r <repoUrl> stream <stream_Name_orAlias_orId> stream <stream_Name_orAlias_orId> -I ws -w d" showed me the WI's and underneath the WI there were change sets listed.
For ex: "lscm compare -r <repoUrl> stream <stream_Name_orAlias_orId> stream <stream_Name_orAlias_orId> -I ws -w d" showed me the WI's and underneath the WI there were change sets listed.
Require some examples of scm compare command
My requirement is to compare two streams to get the list of workitems delivered to Stream1 compared against the workitems in Stream 2 in another project.
I tried comparing the streams and workspaces in command line. They return only the component names and not the list of workitems as shown in the page http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.scm.doc/topics/r_scm_cli_scm.html
Can someone help with more examples on the usage of "compare" command ?