Can not share new project with Subversive SVN in Eclipse Neon

冷暖自知 提交于 2019-12-23 15:54:17

问题


I just downloaded a fresh Eclipse JEE Neon.1a Release (4.6.1) on my Windows 10 machine. I went to the marketplace to get the latest Subversive SVN Team Provider 4.0.2. Trying to install results in the Message: The following solutions are not available: SVN Team Provider 4.0.2. I chose to continue anyways, and it seemed to work. After the restart, i chose the SVNKit 1.8.14 Subversive SVN Connector and installed without any issues.

Now I was able to do basic SVN operations, all seemed fine. Except to share a new project. I created a new Project called "test" and tried to share as a new project. That results in the Message:

Share project was failed. Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E160013: URL 'http://sol:3380/svn/repo/test' non-existent in that revision.

I tried to share a new project to another SVN Server, same error message. I repeated the whole process on different machines, same message.

I Installed SVN Team Provider directly from the Update Site instead of the Marketplace. Same Issue.

I went to the SVNKit website to try older Versions of SVNKit and installed via the archived Update Sites, but they wont even show up in the SVN Connector Chooser in Eclipse.

I really dont know what to do anymore, can anyone help me to get it work?


回答1:


I hope this solution will help you as it helped me. I think your problem is related to an unmatched client/server version. Neon subversive version is 4 and related svn connector is 1.8. But you probably need an svn connector 1.7 as it was in my case. Try the next steps and let me know if it works. Otherwise let me know the point in which you get in trouble.

  1. go to help > installation details > filter by "svn" > uninstall everything related to subversive, subclipse and svn connectors
  2. restart eclipse
  3. to to help > install new software > work with > use the previous major subversive version from this URL: http://download.eclipse.org/technology/subversive/3.0/update-site/
  4. install at least the plug-in and the integrations
  5. restart eclipse
  6. it will probably not ask you for a connector to be installed because you have already installed one previously, so go to window > preferences > team > svn > svn connector tab > get connectors > 1.7! (you can install all of them, the important thing is the one you choose in the combo box, it must be 1.7)
  7. try the svn check-out process again

bye!




回答2:


Bug was fixed yesterday. So just update.




回答3:


I uninstalled the SVNKit 1.8.14, and it worked for me.



来源:https://stackoverflow.com/questions/40984896/can-not-share-new-project-with-subversive-svn-in-eclipse-neon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!