You can use the command cleartool findmerge
for that.
The key is to use a view which select those files:
element * MYLABEL
element * /main/LATEST
And use -ftag yourLabelView
You can also directly use -fver YourLabel
(meaning, no need to have a special dedicated view)
Go to a dynamic view set on /main
, and do a:
cd /view/MyView/vobs/MyVob
cleartool findmerge . -fver MyLabel -whynot -print
The -whynot
and -print
allow you to preview what would be merge and see if that fits what you expect.
Once the preview seems good:
cleartool findmerge . -c "Merge MyLabel on main" –fver MyLabel –merge