One of the needed features which is not accessible via ClearCase GUI is: how to get the list of files that are located in a view but not under source control.
The the answer is
for the dynamic views:
cleartool lsprivate
and for the snapshot views:
cleartool ls -recurse -view_only
0 comments:
Post a Comment