RTC Api plain: how to implement load operation with api?
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?
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
I am pretty sure this has been discussed already.
See:
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.