Need to find the server folder path of a components root folder in RTC for a code migration from commandline
I am currently doing a code migration across RTC instances. I am able to get a list of components per stream and create them in a new instance. Some of our projects do not have the component name matching the components root folder in RTC. How can I find this thru command line? Either SCM or rest api? Preferrably scm.
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Feb 03 '17, 11:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER If you would use distributed SCM, this should not matter. If there are special rules sharing the scm data, I think your teams have to provide that. How projects are to be shared is not something RTC knows about.
Comments
Joshua Widmer
commented Feb 11 '17, 1:02 a.m.
not sure how this tells me the path to a component from code. Is there any way I can get that info without manually searching for it?
Ralph Schoon
commented Feb 11 '17, 8:31 a.m.
| edited Feb 11 '17, 8:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Because you don't have to load to copy the data when using distributed SCM.
|
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.
Comments
I am trying to migrate code from an on pram instance to an off pram instance. The database isn't able to be copied over. I will need to load the streams thru automation from command line. I need to know how to find the root folders of a component in order to share multiple components loading them to a new stream. Any idea how to do this?
And I suggest to use distributed SCM instead.