Using LSCM to move a folder to the root of another component
We are breaking a monolithic component into pieces and putting it in multiple components.
I'm trying to move a subpath within a component to the root of a second component. For example: C:\sandbox>lscm move repository-path -r rtcprod -w "fs prod o386600" -S _C1KyEICZEee7CNG-HPCsSg -D _qV744cWWEeiFc8tafYduGA /source/path/of/folder/to/move/OurService OurService/.
OurService is the name of the component I want to move the path into (it's also the folder name in the source component). I want to move the folder to the root of the second component but I can't figure out how to specify the remote path. I've tried the component name, ".", blank, etc, but get the "could not find remote target path" error every time.
Any ideas?
|
Accepted answer
Geoffrey Clemm (30.1k●3●30●35)
| answered Oct 01 '18, 4:31 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Did you try just "/" as the target? Andy Jewell selected this answer as the correct answer
Comments D'oh! You would think I would have! I tried ., \, \component, /component.. but apparently I didn't try just / - which DID work.... thank you! |
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.