ClearCase; How to make a baseline with cleartool

家住魔仙堡 提交于 2019-12-10 10:15:29

问题


I am currently using ClearCase over a remote network and it is painfully slow. It takes forever just to browse to the stream that I want to make a baseline of. Is there a quick, easy, and safe way to make a baseline from the cleartool interface of a specific stream?

Thanks,

Ian


回答1:


The basic command, from cleartool man mkbl:

 cleartool mkbl -view anUCMView aBaselineName

You need a view associated to your target Stream to apply the baseline.
I recommend using the -full option, in order to create a full baseline (rather than an incremental one by default).

Using a snapshot or a dynamic view for mkbl shouldn't make a difference, but I like working in a snapshot view, and setting my baselines in a dynamic view (in which I am sure I don't have any pending checkouts).

See:

  • "What is the difference between Full baseline and Incremental baseline in Clearcase UCM?".
  • "How to apply baseline only to a particular component?" if you need to limit it to one component.

Note: this is for a full ClearCase installation, not CCRC (ClearCase Remote Client).



来源:https://stackoverflow.com/questions/13764669/clearcase-how-to-make-a-baseline-with-cleartool

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