Bug 951252
| Summary: | Unable to use svn+ssh repository from eclipse plus unable to use svnkit if installed as custom eclipse plugin | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alex Villacís Lasso <alexvillacislasso> |
| Component: | eclipse-subclipse | Assignee: | Alexander Kurtakov <akurtako> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | akurtako, kdaniel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-05 00:39:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Could you check if this problem is one with Fedora flavour of Eclipse/SVN or is it caused by Eclipse itself (just verify if it works with eclipse downloaded from eclipse.org/downloads). Sorry for the late update. This bug should be closed. The ordinary eclipse-subclipse package can use svn+ssh for Sourceforge correctly if I generate a public SSH key and upload it to my Sourceforge account. Apparently the addon was hanging on some sort of invisible password request. |
Description of problem: Sourceforge is currently migrating projects to a new platform. My project has just been migrated and all of the SVN URLs are of the form svn+ssh://username.sf.net/p/projectname/code/trunk . The commandline svn has no problem checking out from this SVN URL. I now want to use Eclipse with eclipse-subclipse to perform SVN operations from inside Eclipse just as before the migration, one of the main reasons I use Eclipse at work. When I try to configure the new SVN repostory, I get the following message: La conexión de red se cerró inesperadamente svn: Unable to connect to a repository at URL 'svn+ssh://a_villacis.sf.net/p/elastix/code' svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. I googled around for the message, and I see that some people claim to have solved this problem by using svnkit instead of the normal svn interface on subclipse. I checked the Fedora 18 repository with yum, and there is no package that provides or mentions svnkit there. I then tried to install directly from http://svnkit.com/download.php by following the instructions there and choosing the 1.7.x svnkit version, the latest one. However, after installing the package, the drop down list that is supposed to present the options of "SVN Interface" shows only JavaHL, not svnkit or anything else. So I am stuck. I have used wireshark while trying to check out the project, and I see that subclipse is actually communicating via SSH with the repository, and exchanging packets, so this is not a network issue. I am aware of the very similar bug #506437 which was closed WONTFIX. However, this bug report affects Fedora 18, and #506437 was reported on Fedora 12. Version-Release number of selected component (if applicable): eclipse-subclipse-1.8.13-3.fc18.noarch How reproducible: Always Steps to Reproduce: 1. Choose any Sourceforge SVN repository to checkout with svn+ssh protocol 2. Create New Project, Checkout from SVN repository 3. Enter URL of Sourceforge project, click Next. Actual results: Unable to checkout the project with the above message. Expected results: Either of the follwing * eclipse-subclipse is able to use a svn+ssh URL without any custom packages outside RPM * eclipse-subclipse is able to pick up svnkit 1.7.x to be used as an alternate SVN interface for the svn+ssh protocol Additional info: