1

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.

srinannapa
  • 3,085
  • 8
  • 49
  • 66

2 Answers2

1

cleartool catcs will get config spec

Jayan
  • 18,003
  • 15
  • 89
  • 143
1

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

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250