rombert / ereviewboard

A mylyn-based Eclipse integration for Review Board
46 stars 31 forks source link

Add support for Clearcase repositories #151

Open gyurma5th opened 8 years ago

gyurma5th commented 8 years ago

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

rombert commented 8 years ago

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 )