How to install and use gerrit with eclipse?

I want to know how to install and use gerrit in eclipse . I did not find a simple and useful documentation for them.

I already have a Git plugin installed in eclipse and I use it, now I want to know about gerrit .

I looked at this link Enabling_Gerrit_for_your_Eclipse , but they ask me to provide information about the project and the repository URL. Maybe it will be possible without this information.

+4
source share
1 answer

Link that you mentioned how to enable Gerrit only for Eclipse.org developers and not for the general public like you.

You can install the Gerrit Mylyn plugin , however it is still a beta version and does not have serious documentation.

In real life, I prefer to use repo and repo upload to send code reviews and track them through the standard Gerrit web interface.

Although the repo was developed by the Android project, it is a very versatile tool and can be used for any other project (but only for Mac or Linux, and not for Windows, unfortunately). repo has excellent integration with Gerrit to submit your code.

+5
source

All Articles