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

Loading a change set

We have a group that wants to be able to load files by a change set and have nothing else but those files in the workspace.  I know you can load the stream and RTC picks with than pick up in the pending changes view all new changes but is there a way to load only a specific change set and nothing else

0 votes



One answer

Permanent link
There is a enhancement request opened for this... https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=182937

You could use the command line and do the following...
1) List the changes in the change set : scm list changes <changeset uuid>
2) Get the files from the change set : scm get change <change set> <change uuid> <destination folder>. For pre 4.0.5 cli, the command to use is 'scm changeset extract ...'

Note: This just downloads the file to a specific folder and the folder structure is not maintained. You have to do extra processing to get the folder structure as 'list changes' has the structure in it. Also, the folder will not be tracked by RTC. 

1 vote

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
× 12,019

Question asked: Jan 29 '14, 7:06 p.m.

Question was seen: 4,378 times

Last updated: Jan 29 '14, 10:45 p.m.

Confirmation Cancel Confirm