Bug 506437
| Summary: | Subclipse doesn't recognise the SVNKit Interface even when installed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Simon Andrews <simon.andrews> |
| Component: | eclipse-subclipse | Assignee: | Robert Marcano <robert> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | akurtako, robert |
| 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: | 2009-12-22 14:29:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Simon Andrews
2009-06-17 10:00:15 UTC
I need to push subclipse 1.6.2, but since version 1.6.0 SVNKit is disabled because at the release time SVNKit did not supported SVN 1.6 (SVNKit 1.3.x is SVN 1.6 compatible) but I still see that it is disabled on subclipse 1.6.2. The following text is extracted from the release announcement "Subclipse 1.6.0 requires Subversion 1.6.0 JavaHL. SVNKit is not currently supported as it does not yet support the 1.6 API's. We are shipping a "dummy" SVNKit plugin to satisfy version requirements and allow you to install." Compare http://subclipse.tigris.org/source/browse/*checkout*/subclipse/tags/subclipse/1.4.8/subclipse/org.tigris.subversion.clientadapter.svnkit.feature/feature.xml?revision=4332&content-type=text%2Fplain with http://subclipse.tigris.org/source/browse/*checkout*/subclipse/tags/subclipse/1.6.2/subclipse/org.tigris.subversion.clientadapter.svnkit.feature/feature.xml?revision=4357&content-type=text%2Fplain I still see on 1.6.2 that the SVNKit dependence is removed (<import plugin="org.tmatesoft.svnkit" version="1.2.0" match="equivalent"/>) How are you manually installing subclipse and which version? I'm installing via the in-built software update mechanism using the http://subclipse.tigris.org/update_1.4.x update repository. I'm not hugely tied to using SVNKit if I could find a way to make the native interface store my password. Having to enter it tens of times a day quickly gets tiring! That is the reason it works, Subclipse 1.4.x does not have that restriction, I was forced to update to 1.6.0 for Fedora 11 because JavaHL APIs are not stable, and Subclipse 1.4.x do not build against JavaHL of SVN 1.6 I am keeping this bug open until a new Subclipse release works againt the new SVNKit 1.3 Is this bug present on Fedora 12 ? Just checked on F12 and this now works as expected. Subclipse picks up the pure java svnkit as it should. Since we've now moved over to F12 completely I'm not interested in pursuing backporting this to F11 if it's a lot of hassle. Cheers Simon. Let's say it's not going to be a simple one package backport. Please close the bug if you're not interested anymore. Since this is fixed in F12 and not trivially fixed in F11 I'll close this as WONTFIX. The work round is to not install the Fedora eclipse-subclise and svnkit but to manually install from the subclipse repositories. |