1

I'm in process of creating snapshot view , I refer to the post "Proper 'cleartool mkview' for ClearCase Snapshot view creation"

It helped.

But now I don't know what server/shared location i must use to create the views. Can I get those details from any of the existing views I already have ( created through ClearCase client)

Community
  • 1
  • 1
srinannapa
  • 3,085
  • 8
  • 49
  • 66

1 Answers1

1

From any view, you can:

cd /path/to/my/view
cleartool lsview -l -full -pro -cview

That will give you all the details you need.

See:

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