Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC compare change sets

I am comparing a workspace and a stream, and I am accepting all the new workitems, is there a way to get all the changesets and the file names that I haven't accepted using SCM compare? 


I am using RTC 6.0.6

Thanks!

0 votes



One answer

Permanent link
If you are using the RTC Eclipse client, you can compare the workspace and stream, which will open up the Change Explorer view. You can then use the view menu (down arrow icon at the top right on the menu bar for the Change Explorer view) and select Generate Change Log...
From there you can specify the amount of details you want, and then save the result in a file (this can include the work items / change sets / files, etc.)

0 votes

Comments

Hi, David. 

Do you think I can do that with a script , I need to do it with a MS DOS batch file. 
Thanks for the answer. 

You can use the scm command line:
scm compare workspace <workspace_name_or_uuid> stream <stream_name_or_uuid> -f i
You could specify the -j/--json option to print the output in json format. For more information run 'scm help compare'.

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,220

Question asked: Jan 25 '19, 1:24 p.m.

Question was seen: 1,787 times

Last updated: Jan 27 '19, 10:33 p.m.

Confirmation Cancel Confirm