cleartool lsact -long
That seems one efficient way, since the activity will reflect in its change sets the files currently checked out.
You are, I believe from your previous question, in CC 7.1
Another approach would be to try, as in Rational ClearCase commands related to Rational ClearCase MultiSite
cleartool lsco -areplicas
Lists checked-out versions in all replicas of a VOB (Default: lists your current replica’s checkouts)
Lists checkouts of the element specified by pname
in all replicas of the VOB that contains pname
.
If you do not specify any pname
arguments, lists all checkouts in all replicas of the VOB that contains the current working directory.
That might be longer to process though (that a lsact -l
on a well-defined activity), unless you limit the lsco
to a current folder.