Want to find change set of Known Baseline using RTC Plain Java API
![]()
I was able to find the handle for the baseline i know but not able to proceed in finding the respective change sets.
|
Accepted answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Jul 17 '15, 3:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
https://rsjazz.wordpress.com/2013/09/30/delivering-change-sets-and-baselines-to-a-stream-using-the-plain-java-client-libraries/ and https://rsjazz.wordpress.com/2013/10/15/extracting-an-archive-into-jazz-scm-using-the-plain-java-client-libraries/ show how the SCM api works. It rebases a component to a baseline. http://thescmlounge.blogspot.com/2013/08/getting-your-stuff-using-rtc-sdk-to-zip.html shows how to get at the data in the baseline.
David Lafreniere selected this answer as the correct answer
|