How to get a file from a component present in particular PA/project area?
akshay p (15●1●19)
| asked Aug 29 '19, 5:46 a.m.
edited Sep 18 '19, 2:23 a.m. by Ralph Schoon (63.3k●3●36●46)
In project Area X ,I have a component A with a file test.txt
Component A might be present in many streams, many snapshots in Project Area X.
Lets say Comp A is present in 2 Streams namely S1 And S2.
and also present in Snapshots Snap1 And Snap2.
But in S1, S2, Snap1 and Snap2, the contents of test.txt are different.
I know the component handle and I know the PA, just using that, Can I be able to fetch all the 4 different versions of test.txt?
Thanks in advance.
|
One answer
Ralph Schoon (63.3k●3●36●46)
| answered Sep 18 '19, 2:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Yes, I can at least think about one way to do this. Why would this be of interest? Comments
akshay p
commented Sep 24 '19, 7:48 a.m.
because i do not want to manually iterate and establish connection to each stream/workspace/snapshot. instead i want to get all the data at once. |
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.
Comments
Do you want to get all versions of text.txt, or only versions selected in specific streams/baselines that you specify?