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}
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
Thursday, November 22, 2007
8 useful ClearCase Views Commands
Labels: CheatSheets, ClearCase
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment