Rebasing and merging in clear case

天涯浪子 提交于 2019-12-11 13:42:17

问题


While rebasing the development stream in clear case, there are some times where a file needs to be merged because the local version is out of sync with one in the recommended baseline.
Now intuitively, I was thinking that merge tool will offer two options :file 1(local) and file 2:(in recommended baseline).
But in reality, I am being asked to choose from 3 files. What are these 3 files?


回答1:


The 3 files are:

  • common ancestor (or "base contributor")
  • source (or "source contributor")
  • destination

This is a three-way merge. See "What are the basic clearcase concepts every developer should know?"

(and the fourth screen is the end result)

See also "How files and directories are merged"



来源:https://stackoverflow.com/questions/9691071/rebasing-and-merging-in-clear-case

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