Code Migration from ClearCase to RTC using Baseline Importer - Partial labels need imported
We are migrating source code from Base ClearCase to RTC (V6.0.2). We have been using the baseline importer to import the release labels we want to bring forward. We have come across a project group that applies release labels over the entire VOB but only applies 'patch' labels to the files that changed. The patch labels are not even to the root folder (vob).
One answer
There is no way for the synchronizer to know what version of the non-labeled directories/files should be selected, without additional information (such as a base label, a branch type, etc).
One approach is to write a script, that for each logical stream in ClearCase, and then for each patch label on that stream, moves a "working label" to all the appropriate directories/files, perform an import of that working label, and then repeat for each additional patch label.