Is anyone using the ClearCase Automation Library (CAL) successfully to retrieve snapshot views? I can get all the dynamic views just fine, but not a single one of my snapshot views appears in the 'Connection.get_Views(true, region);' command...
Is there any way to get these programmatically as ICCView instances?
How about:
It should gets the collection of views in the specified region, including snapshot ones.
(Note: this may be similar to what you proposed in your question, but with a more accurate CAL syntax)
For instance, I do confirm the following ccperl script does return snapshot and dynamic views:
Type '
ccperl listViews.pl
', provided:listViewws.pl
'.myRegionName
' by your current ClearCase regionScript: