srinannapa
srinannapa

Reputation: 3207

Config spec of the clearcase vi

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.

Upvotes: 1

Views: 888

Answers (2)

VonC
VonC

Reputation: 1324586

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

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.

alt text

Upvotes: 1

Jayan
Jayan

Reputation: 18459

cleartool catcs will get config spec

Upvotes: 1

Related Questions