Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Export SCM content from RTC 3.X via java or REST api

Hello everyone!

I've run into a bit of a stopping block in my development of an extension for RTC 3.0. 

Up to this point, I have been able to access the majority of the elements in the RTC system through the RESTful API without much of an issue.  However, I've scoured these forums and google to try and find an answer to this question, with little to no luck.  Hopefully someone here has implemented this and can point me in the right direction, or can at least give me a helpful hint.

I would really prefer to implement this through the RESTful APIs, but if that's not possible, then using the standard java library or a combination of REST/Library would work. 

Specifically, I need to get able to access SCM data (all of the data - metadata, files, etc) through either the RESTful APIs or the repository and extract that.  Additionally, I will need to be able to import my own data into this system in the near future.

Thanks everyone.

0 votes



2 answers

Permanent link
Wrt to Java interfaces : using SCM & Filesystem client interfaces (like IWorkspaceConnection, IConfiguration, IFileContentManager ) you should be able to export the latest filetree from a workspace and download the contents appropriately.  Many of these are part of the RTC SDK and are fairly stable.  There are not many good stable REST interfaces for SCM at this time.  

JohnC

0 votes


Permanent link
why not use the SCM commands, which do the same thing?

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,202
× 479
× 411

Question asked: Aug 28 '12, 11:00 a.m.

Question was seen: 6,202 times

Last updated: Nov 26 '12, 9:56 a.m.

Confirmation Cancel Confirm