user2636464
user2636464

Reputation: 735

Not able to deliver ucm files

I have clearcase ucm with one int and two dev streams A and B. Two developers are working on two dev streams and modifying the same file.

A delivers to int and its code is built. The next time when I try to deliver B, it shows a conflict and while resolving the conflict, I can only select either the A change or B change.

I want to have both since A is already delivered and B I am delivering now. How should I resolve? Is this the expected behavior?

Upvotes: 0

Views: 51

Answers (2)

Elyahu
Elyahu

Reputation: 336

Try to install Kdiff3 with CC integration and rerun the "merge" so it will use Kdiff3

Upvotes: 0

VonC
VonC

Reputation: 1323483

Is this the expected behavior?

It depends on which tool you are using to resolve the conflict. If it is a three-way merge tool, it should allows you to select both (source and destination of the merge), compared to a common ancestor.

This is what is described in "Using tools to compare and merge files and directories"

For merges that require you to resolve a conflict, the Rational ClearTeam Explorer includes tools that provide type-specific compare and merge capabilities

But nothing stops you to plug an external tool (BeyondCompare, kdiff3, WinMerge...)

Upvotes: 1

Related Questions