It's all about the answers!

Ask a question

Loading a change set


Sean Burke (3789136235) | asked Jan 29 '14, 7:06 p.m.
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

One answer



permanent link
Shashikant Padur (4.2k27) | answered Jan 29 '14, 10:37 p.m.
JAZZ DEVELOPER
edited Jan 29 '14, 10:45 p.m.
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. 

Your answer


Register or 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.