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

Ways to get a change request package?

Is there a way to get the files that are part of a change set put in a zip file format (or something similar). I know that there is a patch function, but that will just get the diffs for that change set. I would like to get the entire fileset in a package instead. Trying to find out if there is either an option in jazz to do this or if someone has some ideas on how to programatically do this.

Thanks,
Kevin

0 votes



One answer

Permanent link
kkingsbu wrote:
Is there a way to get the files that are part of a change set put in a
zip file format (or something similar). I know that there is a patch
function, but that will just get the diffs for that change set. I
would like to get the entire fileset in a package instead. Trying to
find out if there is either an option in jazz to do this or if someone
has some ideas on how to programatically do this.

Thanks,
Kevin


We do not provide a means of doing this out of the box w/RTC.

Programmatically, I would just fetch the change set and then iterate
over its IChange's, for each change I would fetch the after state if it
exists, and for each IFileItem after State I would fetch the contents.
You could build a relative path zipfile this way.

If you needed full absolute paths, you would need to interpret these
changes within a workspace or baseline's configuration.

HTH,
JohnC
SCM Server

0 votes

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

Question asked: Oct 10 '08, 8:00 a.m.

Question was seen: 3,215 times

Last updated: Oct 10 '08, 8:00 a.m.

Confirmation Cancel Confirm