RTC API to compare the Outgoing items in local repository and Delivered Items
Hi,
I am using RTC Client 3.0.1.
I'm writing a eclipse plugin, where we need to find the differences between the files in Outgoing list (checked in files) and the delivered files in remote repository (stream).
What are the RTC APIs need to be used to compare the files in Outgoing list and in Delivered list? Can you provide the code snippet to capture this comparison.
Thanks
Suresh
One answer
You can find some of the API with examples in http://rsjazz.wordpress.com/2013/10/15/extracting-an-archive-into-jazz-scm-using-the-plain-java-client-libraries/ and in related and referenced posts.
Please note, if you refer to local files that might have changed, you would likely have to scan the local file system and do the compare, instead of reading a zip file, to detect the unresolved changes. You can try to search the forums for more API.
Please note, if you refer to local files that might have changed, you would likely have to scan the local file system and do the compare, instead of reading a zip file, to detect the unresolved changes. You can try to search the forums for more API.