Using 'scm changeset relocate'
I'm an RTC newb, and I have a question about using the 'scm changeset relocate' command. The documentation doesn't describe it very well, and the scm help command gives a little more info, but not much.
I want to move a couple changes from 'Unresolved' to an existing changeset. But I can't get it to work.
Here is the output of my 'scm status':
I want to move the change under 'Unresolved' to the Change set 1006. Here is what I tried from the top level directory (so that the relative path would be correct):
I also tried with a '/' in front of the file, as the status listing shows it, but I keep getting then same error. Can someone please tell me what I am doing wrong?
I want to move a couple changes from 'Unresolved' to an existing changeset. But I can't get it to work.
Here is the output of my 'scm status':
purpur:~/RTC/LynxDevStream$ scm status -C -w
Workspace: (1000) "LynxDevStream Workspace" <-> (1004) "LynxDevStream"
Component: (1001) "lynx"
Baseline: (1005) 1 "Initial Baseline"
Unresolved:
-c /lynx/etc/includes/UCM.xml
Outgoing:
Change sets:
(1006) --@ 7219 "UCM - Check in source for Propmeister and Logginator rout..." - "Update build files"
Changes:
---c /lynx/UCMPlugIns/Logginator/build/build.xml
Work items:
(1008) 7219 "UCM - Check in source for Propmeister and Logginator rout..."
I want to move the change under 'Unresolved' to the Change set 1006. Here is what I tried from the top level directory (so that the relative path would be correct):
$ scm changeset relocate -d . 1006 lynx/etc/includes/UCM.xml
Problem running 'changeset relocate':
Change identified by (1010) "lynx/etc/includes/UCM.xml" could not be found in workspace "LynxDevStream Workspace", component (1001) "lynx". Verify that change set is open and change exists.
I also tried with a '/' in front of the file, as the status listing shows it, but I keep getting then same error. Can someone please tell me what I am doing wrong?