Version Importer error CRRTC4207E
When I try to import the ClearCase data to a different component, this error appears:
Any idea to solve it? Is it possible to "remove" the link created by the ClearCase Synchronizer between ClearCase Vob and RTC Component?
Thank you!
CRRTC4207E
Failed to import data because the Rational ClearCase files were previously imported to component "
{0}
".
Any idea to solve it? Is it possible to "remove" the link created by the ClearCase Synchronizer between ClearCase Vob and RTC Component?
Thank you!
Accepted answer
Importing same CC data to different component is no allowed, but there is a workaround.
You can remove 'clone link' (mapping of files) of previously imported data by the command,
$ ccc clones --remove-links ...
then you can import the same data to different component.
Please check 'ccc help clones' for detail.
You can remove 'clone link' (mapping of files) of previously imported data by the command,
$ ccc clones --remove-links ...
then you can import the same data to different component.
Please check 'ccc help clones' for detail.
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Aug 20 '14, 2:05 a.m.Just for interest's sake, why do you want to import the data from one ClearCase component into different RTC components? Is it so that you can effectively "split" a ClearCase component into multiple RTC components?
Diego Superbi
Aug 28 '14, 3:11 p.m.Yes. This is the point.