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 (62.0k●3●36●43)
| 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 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? ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Because you don't have to load to copy the data when using distributed SCM.
|
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.