Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
300 views
in Technique[技术] by (71.8m points)

android activity - What is deliverbl in UCM ClearCase?

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...