1

We are working in 2 projects and unfortuantely we have to switch between 2 replicas .

So we are changing registry on server host information by typing cc.cpl in run programs and change it manually .

Is there any way to change it automatically? may be cleartool command would be helpful.

Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230

2 Answers2

0

cc.pl opens the ClearCase control panel applet, which allows you to change the ClearCase Registry Server (in the first tab).

The registry is stored in

LOCAL_MACHINE\SOFTWARE\Atria\ClearCase\CurrentVersion
AtriaRegy

You can change it directly through regedit.

Note that, since it involves HKLM (and not HKCU), elevated privileges may be require to modify that value (depending on the gpo, Microsoft Groupe Policy Objects, in effect on your workstation).

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

If you are clearcase admin you can think of setting up a clearcase cross registry server/multiple registry server. Just use cleartool register -vob and cleartool mktag -vob commands to see the VOB in the other registry server.

multiple registry server

So that Developer need not to change the registry server every time.

Ramkumar D
  • 9,226
  • 2
  • 17
  • 18