Hi,
Right now I am in headquarter of Rational Team Concert in Zurich. I'm learning things and, as big fan of ReviewBoard, I'm thinking about implementing support for this tool.
However. This is not so easy.
1. We can not use command-line tool because it is basically terrible and generating diffs between revisions in command line is probably not possible (or at least I can not find it)
2. There are two other ways to do that: implement in IDE itself (Eclipse and VIsualStudio) allowing to use it only inside IDE or talk with SOAP services
2.1 First approach cause you can not generate diff outside of IDE (there will be no post-review support) but there is another problem: there is no (AFAIK) Review Board client for Visual Studio
This second approach cause few things:
1. We need a builds to build post-review for different RTC versions (with different versions of library)
2. We need at lest jython to communicate with RTC (with whole bunch of jar files of course)
It is how it looks like now unfortunately and this is not easy call :| Probably the first approach would be much better than that.
There is also a third approach:
3. Write Review Board support as Rational Team Concert plugin - it still needs a builds and maybe even different code bases for different versions of RTC but it will work anyway regardless of IDE or things like that.
Regards,
Jan