How do you check for a merge in Clearcase?

人盡茶涼 提交于 2019-12-02 02:51:44

This is about finding the merge hyperlinks: see "How files and directories are merged"

The find and lsvtree -merge commands can locate versions with Merge hyperlinks.

The -merge option allows to:

Includes all versions that are at the from-end of one or more merge arrows (hyperlinks of type Merge). Annotations on each such version indicate the corresponding to-objects.

You will find script examples in that thread, usually about finding versions not merged in a branch, but the idea remains the same.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!