ereviewboard
ereviewboard copied to clipboard
Add support for Clearcase repositories
Hello,
I am using Reviewboard with Clearcase. The SCM provider in eclipse is "eclipse clearcase" (https://sourceforge.net/projects/eclipse-ccase/).
I have already created and used an own version of it. It changed however base classes in ereviewboard.ui. I am currently in the refactoring of it and I propose a new extension point added for CompareEditorInput creation. See my changes at https://github.com/gyurma5th/ereviewboard/tree/eclipse_ccase_support.
The current level is on par with egit and cvs.
The next step will be to add support posting review requests.
Gyurma
That sounds great, looking forward to your pull requests :-)
To make reviewing and merging simpler, I suggest creating separate commits in the pull request ( or even multiple pull requests if you prefer )
- 1 for the refactoring of the base/support classes
- 1 for adding ClearCase support