SCM Migration Tool : How to deliver a file as a changeset to a component in RTC SCM using APIs.
![]() Hello Team,
|
One answer
![]() I was going through the following URL : https://rsjazz.wordpress.com/2013/09/30/delivering-change-sets-and-baselines-to-a-stream-using-the-plain-java-client-libraries/
Comments 1
The following link may also help: http://thescmlounge.blogspot.com/2013/10/committing-content-to-rtc-scm-with-sdk.html
By the way, any reason why you do not want to use the scm commandline tool? It has all the commands you are asking for.
1
It does not matter where you get the files from, the code in https://rsjazz.wordpress.com/2013/09/30/delivering-change-sets-and-baselines-to-a-stream-using-the-plain-java-client-libraries/ does the trick if you provide the data as a output stream.
I was trying the example in : http://thescmlounge.blogspot.in/2013/10/committing-content-to-rtc-scm-with-sdk.html.
|