This should in theory be quite simple, i.e. merge the changes from a specific UCM activity from one stream to another.
I had thought that I might just be able to use the Deliver command in the GUI and then select just the required activity to deliver, but it seems that the target stream is set to not allow deliveries from other streams.
From searching the documentation it seems that I might instead be able to do this via the command line using the findmerge
tool, but it's not at all clear from the rather sparse documentation how you do this. It seems like it might be a two stage process, i.e. first generate a "changeset", then merge that changeset ? Also I'd like to do the merge manually for each affected file, so I would need the graphical merge tool to be invoked if possible.
If someone can give me an example findmerge
+ whatever command line for merging an activity that would be a great start. Also any other suggestions for how to merge an activity would be welcome.
First, deliver in UCM are (usually) made to deliver all activities.
You can try to deliver only a subset, but you quickly comes to gripe with "timeline", which are linked artificially all the activities together, forcing you at the next deliver to deliver them (all).
cleartool findmerge activity:
is the non-UCM way to merge all versions referenced by an activity from a stream (a branch actually here) to another branch.See "ClearCase : Making new baseline with old baseline activities" for more on timeline (activity dependencies) and
findmerge
.This is documented in the technote swg21267316:
WORKAROUND:
cleartool findmerge activity-selector ... -fcsets [-gmerge | -merge]
Example: