I have installed CCRC 7.1.1 with CLI. I was trying to get the list of activities using rcleartool
command bit I could not find lsactivity
command.
Is there any equivalent command or any indirect way to achieve this targetM
Also there is no -fmt
option for "rcleartool desc
" command?
This was a very useful option in UCM but could not find in CCRC. Please help me with equivalent command in CCRC.
Thanks, Raghav
The commands supported by rcleartool are listed here.
They don't include
lsact
.A potential workaround (not tested) would be to use
describe -fmt
. (see fmt_ccase, and thedescribe
command)(supported only in CCRC 9.0.0)
That should list all activities for a given stream.
I doubt however it can work, because, even though
-fmt
seems supported (because not listed in the limitations)...If that is true for CCRC 7.1.1, then there is no workaround for now.
Actually:
-fmt
itself isn't supported (as he indicated originally in his question) in 2012. It is supported in 2019.lsact
only mentions the GUI, no CLI alternatives: