Config spec of the clearcase vi

柔情痞子 提交于 2019-12-24 07:25:48

问题


I would like to know if below my need is possible in clearcase :

Say , I have 15 different views (Dynamic or Snapshot) created (from different users/developers), I want get the "config spec" using some kind of cleartool command (Without having to right click on the view and select the configspec from windows context menu).

Finally I would like to store/track all the config spec's from all the developers and apply the continuous integration (Hudson) build on all those config spec's. Yes , it is maintenance project and need to create multiple branches on different views.

Hope my expectation is understandable.


回答1:


The two commands for accessing/editing a (dynamic or snapshot view) are:

  • cleartool catcs
  • cleartool edcs

Once you have accessed a config spec, you can save it in a file in order to apply it again to any other view, with cleartool setcs:

cleartool setcs -tag aViewTag /path/to/a/configSpec/file

You can then ask Hudson to reuse those pre-configured views: see Hudson integration with UCM ClearCase (for UCM, but also valid for base ClearCase views).
See the Hudson ClearCase Plugin for more.




回答2:


cleartool catcs will get config spec



来源:https://stackoverflow.com/questions/3749044/config-spec-of-the-clearcase-vi

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