ClearCase: Select latest version as base if there is a merge from it. Fail otherwise.

Review Request #5619 — Created March 13, 2014 and discarded — Latest diff uploaded

Information

RBTools
master
ce81958...

Reviewers

In ClearCase it is only possible to commit changes to the LATEST version. The new code checks for cases where the CHECKEDOUT version is not LATEST and notifies the user that a merge is needed.

The new code also makes LATEST the base version for the changeset instead of the original, hiding the changes that are already under version control (and hopefully already reviewed).

Tested rbt post manually.

Using it in production for the last month.

    Loading...