how to merge new folder from a sub branch to the main branch in clearcase?

断了今生、忘了曾经 提交于 2019-12-01 12:10:29
VonC

Merging only the folder (by drawing a red arrow between the version of the folder and the destination branch) is not enough.

That new folder has been introduced in a parent folder, which needs to be merged as well. That is what would allow you see to see that folder in the destination view.

It is best to go to the parent folder in the destination view (the one set to create version on the destination branch) and do a findmerge from there.
See this cleartool findmerge question.

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