2

I have created base ClearCase view named codecountview, it was created by cleartool command.

Now under M: drive, I am having 2 view (as follows) with the same configspec.

CodeCountView@@
CodeCountView

I did not create CodeCountView@@, but how it is added. ( Note: It is a dynamic view.)

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230

2 Answers2

1

CodeCountView@@ is a temporary directory meant to be be used as a local cache by ClearCase.

You don't need to bother with it: it will disappear soon.

Your dynamic view is on M:\CodeCountView, as detailed in "About dynamic view access model (Windows)":

MVFS model

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

If it bothers you, you can force it to disappear by running

cleartool endview CodeCountView
cleartool startview CodeCountView
hlovdal
  • 26,565
  • 10
  • 94
  • 165
  • Thanks buddy . Nice information. I have no other way to appreciate you than make it as useful answer. Thanks to Stackoverflow for providing this option – Samselvaprabu Jan 10 '12 at 02:42