Search code examples
clearcase

How to check in from multiple views in Clearcase?


I have a file which is checked out in 5 different dynamic views, all pointing to the latest version of the same development branch. Now this is obviously a beginner's question but how can I merge/check in the modifications from all views without introducing a "predecessor is not latest" problem? If I check the file in from view 1 where it is reserved, this will create a new version on the dev branch and make it impossible for me to check the file in from the other views afterward.


Solution

  • "make it impossible for me to check the file in from the other views afterward.":

    It will still be possible, but the checkin will merge your checked out version with the last version.

    If you are using a snapshot view, update it first (as seen in ""Unable to check in file" error when checking in a RobotJ script")