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/.
Problem running 'move repository-path':
Could not find remote target path specified by /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?