tags:

views:

13

answers:

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)

+1  A: 

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