It's all about the answers!

Ask a question

RTC Api plain: how to implement load operation with api?


Vincent permgen (623) | asked Sep 29 '14, 9:37 a.m.
Hi guys
I'm a new RTC user. In specific I'm try to use RTC by api.
I can create a file in workspace repo and deliver it on stream repository, i can to accept in my local repo new change present in stream. But file changed (or new) not are present in filesystem after i accept it.
The operation of accept is correct. In fact after that in RTC tool i see that my workspace is out of sync and after load operation i fund change and new file.
My question is: what do i implemet load operation by api plain?

One answer



permanent link
Ralph Schoon (62.7k33643) | answered Sep 30 '14, 5:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Sep 30 '14, 5:35 a.m.
I am pretty sure this has been discussed already.

See:

  • http://thescmlounge.blogspot.co.uk/ for posts about the API
  • https://rsjazz.wordpress.com/2013/10/15/extracting-an-archive-into-jazz-scm-using-the-plain-java-client-libraries/ for some other post around this API
  • https://www.google.com/search?q=load+api+site%3Ajazz.net for posts around loading

Loading can mean a lot. One is to download the code to a file location another is managing the sandbox and make it visible as shared in the Eclipse client.

If you want the whole package I would suggest to either look at the load Wizzard (using plugin spy - Alt-Shift-F1 on the wizard window) if you set up the SDK like in https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ or use the LSCM command to download a sandbox.

Your answer


Register or to post your answer.