Thursday, November 22, 2007

8 useful ClearCase Views Commands

Views in ClearCase are similar to a 'workspace' or 'working directory' concept from other source versioning system.   Typically developers would have more than one view for reference or comparison.   A special feature is the use of dynamic view, which provides real-time versions on the working directory.   However the trade off is the high usage of network bandwidth compared to the snapshot view. 

Create a new view
cleartool mkview -tag {view name} /{view path}/{view name}.vws

List view
cleartool lsview {view name}

Short listing of view
cleartool lsview -s {view name}Search view
cleartool lsview -region nt/unix -s | grep {view name}

Long listing of view
cleartool lsview -l {view name}

Set into a view
cleartool setview {view name}

Set config spec
cleartool setcs {config spec}Edit config spec
cleartool edcs

0 comments:

AddThis Feed Button