find last merge done to a branch clearcase -


i have 2 integration branch int_1 , int_2.
in time there has been merged int_1 int_2.

i want know when last time merge done on int_2 branch int_1 branch.
there command that?

if talking ucm integration branches, means have done delivered 1 integration stream of 1 ucm project integration stream of project.

in case, go destination branch int_2, , deliver.xxx activities. recent 1 tell when last deliver done.

with base clearcase, isn't straightforward.
need list last version of int_2, describing them in order merge hyperlink.
see "how files , directories merged"

merge

here see, going recent oldest version of test, last merge main on version 3.
describing version return:

cleartool describe util.h@@/main/3version "util.h@@/main/3" . . . hyperlinks: merge@278@/vob_3 /vob_3/src/util.h@@/main/rel2_bugfix/1 -> /vob_3/src/util.h@@/main/3 

you can try:

cleartool describe -l util.h@@/main/3version 

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -