Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you support post-commit review by specifying rev range? #74

Open
haebin opened this issue Oct 25, 2011 · 6 comments
Open

Can you support post-commit review by specifying rev range? #74

haebin opened this issue Oct 25, 2011 · 6 comments

Comments

@haebin
Copy link

haebin commented Oct 25, 2011

Hi, can you support post-commit review by specifying rev range instead of posting the local diff?
Thank you very much~

@rombert
Copy link
Owner

rombert commented Oct 25, 2011

This is related to subclipse, right?

@haebin
Copy link
Author

haebin commented Oct 25, 2011

Yes, it's relevant to subclipse. Also, are there any chances of supporting subversive?

@rombert
Copy link
Owner

rombert commented Oct 25, 2011

I am not sure about Subversive , as I do not use it . If you need Subversive support, adding support for the compare editor should be pretty simple, see the code at https://github.com/rombert/ereviewboard/blob/master/org.review_board.ereviewboard.subclipse.core/src/org/review_board/ereviewboard/subclipse/core/internal/actions/SubclipseSCMFileContentsLocator.java .

If you want integration for creating reviews and posting updated diffs, the API is not solid yet, but you can have a look at the https://github.com/rombert/ereviewboard/tree/master/org.review_board.ereviewboard.subclipse.ui project .

@haebin
Copy link
Author

haebin commented Oct 25, 2011

Yup, that's why I forked your project. Thank you very much~ :D

@rombert
Copy link
Owner

rombert commented Oct 25, 2011

Great! Looking forward to see the results of your fork. If you need to
add new external dependencies to the build, edit the
ereviewboard.target file.

On Tue, Oct 25, 2011 at 4:28 PM, Frederick Haebin Na
[email protected]
wrote:

Yup, that's why I forked your project. Thank you very much~ :D

Reply to this email directly or view it on GitHub:
#74 (comment)

Sent from my (old) computer

@rombert
Copy link
Owner

rombert commented Oct 25, 2011

If you do plan to add anything more than compare editor integration, that is implementing and contributing TaskDiffAction , please start a discussion on the google group. There is some reuse which can be achieved by pulling up code from the subclipse.ui plugin, but I never got around to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants