-
Notifications
You must be signed in to change notification settings - Fork 31
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
Filesystem has no item while comparing #139
Comments
@nikhil-github - thanks for the report. Can you please attach a stack trace? |
Hi Robert , I have enabled the trace but there is just info message No stack trace available Thanks |
Hi Robert , Does this plugin support post commit reviews ? |
No, it does not at the moment |
Do you have anything in the Eclipse error log related to this? |
Hi Robert, There is nothing on the eclipse error log . Only thing it says is that the file revision does not exist in the repo . I noticed that the person who created the review request uses an older version of SVN compared to the one i have . Does this really matters? |
SVN versions should not matter . Some things to try
|
Hi Robert , thanks for the response . I did update that my local copy is up to date and also tried to switch to the same branch where review board is based but still no luck . I am getting same error window in eclipse that says compare failed with the below message Failed getting contents of https://svn.repository.com/svn/repos/trunk/helloworld.java @1510: The only thing i notice is that the second last line for the repo have single slash and not double after the https: . May be something silly but just wanted to let you know. The strange thing is i am not facing any issues with the review request from our office associates but from offfshore review request none of them are working Thanks |
One more thing is the users directly create diff files / patch files from eclipse and upload them to review board UI tool to create the review request |
Thanks for the detailed information. I'll have to try and reproduce this, hopefully next week |
I am also facing the same issue. Please help me out to fix it. |
Hi Robert, SVNUrl resourceUrl = repoLocation.getUrl().appendPath(_filePath); It should be fixed to recognize that _filePath is already a URL and construct the SVNUrl accordingly. Thanks, |
References #139 Signed-off-by: Robert Munteanu <[email protected]>
Thanks @selsemore for the pull request! I've updated a pre-release at https://github.com/rombert/ereviewboard/releases/tag/ereviewboard-0.13.4-pre-1 . @tapasalok , @nikhil-github - can you please download the zipped update site and check if this fixes your problem? |
No feedback, considering fixed. |
Recently installed ereviewboard and integrated with subclipse . I was able to retrieve the review tasks but when i clicked on file in mylyn rich editor it says "Filesystem has no item"
The text was updated successfully, but these errors were encountered: