In ClearCase, I merged file ABC
to a branch. This resulted in Version 1 in the version tree. I labeled it LAB_A1
.
Later, I merged file XYZ
to the same branch. This resulted in Version 2 in the version tree. I labeled it LAB_X1
.
File ABC
is missing in LAB_X1
and in the version tree Version 2.
I checked out Version 2 and tried to merge file ABC
, ClearCase comes back stating there’s nothing to merge.
According to ClearCase file ABC already exists on Version 2.
In the version tree I did a diff between Versions 1 and 2.
You can clearly see the file ABC
is missing from Version 2.
I need both files ABC
and XYZ
, in the latest version.
How do I do this?
I merged to our development branch.
Config spec:
element * CHECKEDOUT
element * LAB_X1
element lost+found -none
element * /main/0 -mkbranch DEV
When using label LAB_X1 in the config spec I can see file XYZ, but not ABC. I can see file ABC if I use LAB_A1 in my config spec.