What is deliverbl in UCM ClearCase?

偶尔善良 提交于 2019-11-27 07:32:29

问题


I am wondering about 'deliverbl', how important are they for historical purposes or during development? All I know is they are created during delivery and includes activies.

If i am exporting major baselines from Clearcase to different SCM, should I consider 'deliverbl' as major baseline?


回答1:


There are representing merges (from a child stream to another stream), so:

  • they should be considered, as they show the code "merged" (with potential conflicts resolved)
  • but you might have more trouble to export the merge hyperlink which shows the source of the merge

I like to export those baselines because their naming convention shows the stream destination name, as well as the date of the deliver, so you are left with clues about a merge between two branches.

However, their are unlabelled, so you might:

  • either need to convert those to a full baseline (cleartool chbl -full)
  • or decide to not bother with them and leave those out of your export.


来源:https://stackoverflow.com/questions/19601913/what-is-deliverbl-in-ucm-clearcase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!