CC and RTC Bi-Directional Sync
2 answers
Comments
I agree that you can create a bi-directional sync-stream with history by the step Geoff described.
In terms of initializing the bi-directional sync-stream with the end-state of the sync-stream with history, I'd recommend to create a snapshot with the end-state of the sync-stream with history then select it by Specify a snapshot to be used as initial content of Jazz synchronized stream option at the last page of New ClearCase Synchronized Stream wizard.
Thanks for your answers. We'll give the two stream approach a go.
Hi
Have managed to get the two streams talking, but when making a baseline in CC it errors when trying to bring it into RTC. Any ideas on this error???
Problem running 'synchronizeStream':
Synchronization blocked by error:
javax.wvcm.WvcmException: Last imported baseline was not found in stream
Component: (CTLocation: COMPONENT|oid:e6c8bcae.b5d644ba.abb6.d3:be:99:f6:65:ea@vobuuid:04de4a95.7214489e.90f5.99:e3:ad:2a:e3:76)
Stream: (CTLocation: STREAM|stream:rtc_his_2_FDM_MAIN_6@/vob/CMS_INFORMATION_SERVICES_PROJECTS)
Last imported baseline: id=(CTLocation: oid:5af1e020.9c774a0f.9c0a.d0:46:0a:20:fe:c5@vobuuid:04de4a95.7214489e.90f5.99:e3:ad:2a:e3:76) id=null
Baseline List:
loc=(CTLocation: BASELINE|baseline:FDM_rtc_first_test_rtc_his_2_FDM_MAIN_6@/vob/CMS_INFORMATION_SERVICES_PROJECTS) id=oid:2603eed0.f37011e2.8f62.00:50:56:92:02:5f@vobuuid:04de4a95.7214489e.90f5.99:e3:ad:2a:e3:76
Build failed. Exit value was 3.
The error message is saying that the synchronizer previously imported this baseline ( oid:5af1e020.9c774a0f.9c0a.d0:46:0a:20:fe:c5@vobuuid:04de4a95.7214489e.90f5.99:e3:ad:2a:e3:76 ) and is now trying to find delta from the new baseline, but the previously imported baseline does not exist in the UCM stream.
If you run 'cleartool describe' of the universal selector ( oid:5af1.... ), you can find the origin of the baseline, and may find where the trick is.
There are 2 enhancements requests high on our list:Provide an "export with history" mode for the synchronizer (160559), Allow converting an "import-with-history" sync stream to be a two way synchronization stream (115616)