How to load components from a baseline using API?
Vinod Kumar (96●3●20●10)
| asked Dec 19 '11, 1:25 a.m.
JAZZ DEVELOPER retagged Dec 03 '13, 3:10 p.m. by David Lafreniere (4.8k●7)
I'm working on a migration tool in which we are trying to migrate SCM data from third party repository (CMVC) to RTC along with all the history. For that we are retrieving all the baselines from CMVC and building the history using these baselines. Now to ensure that we have imported the history from CMVC correctly, we are trying to do the audit by comparing baseline data from CMVC and RTC (by downloading CMVC baselines and RTC baseline and then comparing).
Now to load the RTC components from baselines were were using the API as:
Now above method loadOperation.requestLoadAs() has been removed from the API, how to accomplish the above task? |
2 answers
Hi,
I'm also interested in an answer !
In a previous version of the API, even if theses classes are not in the javadoc, the method requestLoad can use an IBaselineConnection as a parameter.
File localRoot = ... |
Do I really need to create a temporary workspace with my baseline to load files ????
|
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.