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

Filesystem has no item while comparing #139

Closed
nikhil-github opened this issue Feb 10, 2015 · 14 comments
Closed

Filesystem has no item while comparing #139

nikhil-github opened this issue Feb 10, 2015 · 14 comments

Comments

@nikhil-github
Copy link

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"

@rombert
Copy link
Owner

rombert commented Feb 10, 2015

@nikhil-github - thanks for the report. Can you please attach a stack trace?

@nikhil-github
Copy link
Author

Hi Robert , I have enabled the trace but there is just info message

No stack trace available
INFO ->
Retrieving file "REPOSITORY FILE LOCATION" @ 1499 from repo null ( "REPOSITORY LOCATION")

Thanks

@nikhil-github
Copy link
Author

Hi Robert , Does this plugin support post commit reviews ?

@rombert
Copy link
Owner

rombert commented Feb 11, 2015

Hi Robert , Does this plugin support post commit reviews ?

No, it does not at the moment

@rombert
Copy link
Owner

rombert commented Feb 11, 2015

Hi Robert , I have enabled the trace but there is just info message

Do you have anything in the Eclipse error log related to this?

@nikhil-github
Copy link
Author

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?

@rombert
Copy link
Owner

rombert commented Feb 13, 2015

SVN versions should not matter . Some things to try

  • make sure your local checkout is up to date
  • try and switching to the same branch as the one on which the review is based

@nikhil-github
Copy link
Author

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:
org.apache.subversion.javahl.ClientException:Filesystem has not item
SVN: '/svn/repos/!svn/1533/https:/svn.repository.com/svn/repos/trunk/helloworld.java'
path not found

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

@nikhil-github
Copy link
Author

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

@rombert
Copy link
Owner

rombert commented Feb 20, 2015

Thanks for the detailed information. I'll have to try and reproduce this, hopefully next week

@tapasalok
Copy link

I am also facing the same issue. Please help me out to fix it.

@selsemore
Copy link
Collaborator

Hi Robert,
I don't know if this is the case here, but I've found that you will get an error like this if the base directory for the patch has been entered as an absolute URL (which is supported from Web UI) rather than as a relative path. The problem seems to be in SubclipseSCMFileContentsLocator#66:

SVNUrl resourceUrl = repoLocation.getUrl().appendPath(_filePath);

It should be fixed to recognize that _filePath is already a URL and construct the SVNUrl accordingly.

Thanks,
Steve

rombert pushed a commit that referenced this issue Apr 9, 2015
References #139

Signed-off-by: Robert Munteanu <[email protected]>
@rombert rombert added the defect label Apr 9, 2015
@rombert rombert modified the milestone: 0.13.4 Apr 9, 2015
@rombert
Copy link
Owner

rombert commented Apr 9, 2015

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?

@rombert
Copy link
Owner

rombert commented Feb 19, 2017

No feedback, considering fixed.

@rombert rombert closed this as completed Feb 19, 2017
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

4 participants