Save history from Clearcase to Git?

后端 未结 3 1044
清酒与你
清酒与你 2020-12-15 11:03

At my company, we are transitioning (fully) from ClearCase UCM to Git. We will not be using Clearcase after some time using Git.

In the transition, are there any go

3条回答
  •  隐瞒了意图╮
    2020-12-15 11:57

    I would not retire clear case immediately. What you want to do is commit the tips of any branches in clear case and any tags. This should be done in a fashion that mirrors what happened in clear case (preserve logical branch points, etc). Use git from that point on. Refer to clear case if you need to dig into history. Eventually archive clear case and only restore it if you are in a bind to see some old commits. Importing old history is not worth the trouble in my experience. It is often very time consuming and error prone.

提交回复
热议问题