Create the snapshot view in clearcase
I'm in process of creating snapshot view , I refer to the post "Proper 'cleartool mkview' for ClearCase Snapshot view creation"
It he开发者_运维百科lped.
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)
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:
cleartool lsview
for more on this commandcleartool lsstgloc
for more on the view storage you may have declared.
精彩评论