[closed] Reconcile externally modified libraries with iProject
Arne Bister (2.6k●1●28●32)
| asked Apr 27 '11, 9:28 a.m.
JAZZ DEVELOPER edited Jun 23 '12, 5:36 p.m. Assuming a Library My current plan of action comprises these steps: 1 - Create an RTC stream Cust_Merge_Stream and deliver component baseline 1.0 into it 2 - Load iProject from this stream into repository workspace called WS_1.0 3 - Copy sources from 4 - Flow changes to Cust_Merge_Stream 5 - Create and load another repository workspace called WS_2.0 flowing with Main_Dev_Stream, which contains component baseline 2.0 of the iProject 6 - Add Cust_Merge_Stream as flow target to WS_2.0 7 - Reconcile / merge changes: result is baseline 2.0 + customer modifications 8 - Deliver to Main_Dev_Stream, create baseline 2.0.1 8 - Use Continuous Load build or direct push from iProject to bring sources belonging to baseline 2.0.1 into Two questions remain: a) How can you automate step 3? A continuous load build would overwrite library contents with the iProject. What automatism could do the exact reverse: update the iProject with what is different in the Library? b) How can we deal with changes not directly in sources, but in modules and programs? Would the Build Audit report be a good approach? |