How would you explain merges with ClearCase?

坚强是说给别人听的谎言 提交于 2019-12-02 06:27:59
VonC

You will find a good introduction regarding merges in ClearCase with "How files and directories are merged"

The particularity of a merge with ClearCase is in its directory management.
As explained in "What are the basic clearcase concepts every developer should know?", directories are versioned too.

that means any merge in ClearCase will merge directories first, because it will determine the list of files needing merge (a version of a directory is a list of files).
And then it will merge files.

From there, you will find different merge scenarios explained in "About merging in base ClearCase".

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