SCM Command Line- Move Files/Folders between components getting error
![]()
vijayakumar ramesh (117●26●58)
| asked Jul 12 '16, 11:17 a.m.
edited Jul 13 '16, 1:25 p.m. by David Lafreniere (4.8k●7)
I am trying to run the scm commands as mentioned in the RTC 6.0.2 release notes But getting error saying it is not finding the component.
scm move repository-path -w "My Workspace"
-S "Team Component" -D "Other Component"
Please let me know how to proceed with this or any hints where I am going wrong. ![]() |
Accepted answer
![]()
Shashikant Padur (4.2k●2●7)
| answered Jul 12 '16, 11:24 p.m.
JAZZ DEVELOPER edited Jul 12 '16, 11:25 p.m.
Looks like when the name of the component is used it is not correctly handled.
I believe if you specify the alias or uuid of the component it will work. In your case, 1057 is the alias of the source component. Please note that if you plan to use this in a script use the uuid and not the alias.
vijayakumar ramesh selected this answer as the correct answer
Comments That File structure exists in that component, don't know why it is giving error for this.
Hey Shashikant Thanks lot for your comment .it was helpful. For above comment from me there was space in Name which I was missing "Test A".
I have raised a defect on the component name issue: https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396066 |