SCM Command Line- Move Files/Folders between components getting error
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.
Please let me know how to proceed with this or any hints where I am going wrong.
scm move repository-path -w "My Workspace"
-S "Team Component" -D "Other Component"
/JavaMan/src/a/b/E.java /Project/src/a/b/
Please let me know how to proceed with this or any hints where I am going wrong.
Accepted answer
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.