Anybody have any idea how I can do a search for activities that have certain attributes in ClearCase UCM (v8) on Windows?
I have tried various permutations of "cleartool find" but everytime I run it I find nothing (or it runs far too long and I have to kill it).
I've tried something like this:
cleartool find . -elem "attype_sub(MyAttributeName)" -print
to no avail as it seems to run forever. I tried it from the root of the code in my snapshot view. There is an activity in that view with the correct attribute.
If you know how I can do this in the GUI too, feel free to throw that in too. I believe you can do it through the Report Viewer, but again that search came back empty too.
Any ideas?
Thanks!