I have a CCRC instance(Version: 9.0.0 Build id: 9.0.1.04.00_2018C.D180725) and do not have the clearcase instance locally installed. Need a code review tool like review board. Read from different sources that review board supports clearcase, but not sure about CCRC. Does review board can be used for CCRC also?
Asked
Active
Viewed 43 times
1 Answers
1
That was mentioned in 2009, but official documentation of reviewboard.org does not include CCRC officially.
The rbt
CLI still relies on cleartool
, as you can see in this 2017 ticket
rbt post --summary="Demo Test" --description="Demo" brtype:my_branch
...
>>> Running: cleartool lsview -full -properties -cview
So I don't see any native support for a CCRC usage.

VonC
- 1,262,500
- 529
- 4,410
- 5,250
-
This almost means that RB can not be used for CCRC. Is there any workaround for this or better go for other review tool?! – Ravi Aug 14 '19 at 08:35
-
@Ravi Indeed, using RB with CCRC does not seem to be supported. CodeCollaborator/SmartBear seems to support CCRC (https://smartbear.com/blog/develop/updated-code-review-integration-clearcase-remote-c/) – VonC Aug 14 '19 at 08:53