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

How to checkout files programmatically and work around using C# for RTC SCM?

Hello everyone,

I'm getting stuck in the integration of RTC SCM using C# for a soft, there is almost no information. I can have connection and some information but i want now to compare files between 2 versions for example.   :)

If a smart angel is there  :D.....Thank you in advance

Ciao

0 votes


Accepted answer

Permanent link

Hi Guillaume,
In general there is no available c# library for jazz scm. What you can do is to use scm commands from cmd and execute it in c# code using

Process.Start("scm login --username abc --password def");
Let us know if that helps.

Guillaume Turlier selected this answer as the correct answer

0 votes

Comments
Hi Krzysztof,

Thanks for your response, i'll do that so...

ciao

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
× 10,938

Question asked: Aug 28 '18, 11:50 a.m.

Question was seen: 1,325 times

Last updated: Sep 30 '18, 5:41 a.m.

Confirmation Cancel Confirm