Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVNKit for Eclipse

Trying to install Subversive and am choking on the concept of Subversive Connectors, and how to install them.

(1) What are Subversive Connectors? My only guess is that they help tie the Subversive plug-in to the local instance of svn. Yes? No?!?!

(2) I found an article explaining the difference between JavaHL and SVN Kit connectors (although it didn't explain what either of them were, or what they did!), and it looks like I want SVN Kit 1.3.2 for a number of reasons. But when I try to install them from the Subversive Connector Discovery dialog, it gives me an error, tells me to check an ambiguous "error log" (Eclipse error log, SVN error log, Subversive error log, ?!?!) and refuses to install it. I came across an article stating that this was a defect from a December 2009 release, but that it had been fixed. What is going on here? I am using Helios on 64-bit Ubuntu, anybody else ever have this problem? Any suggestions for how to fix or circumvent?

(3) It looks like the Subversive Connector Discovery dialog is configured to launch the first time you try to open Subversive from inside Eclipse (after installing and restarting). But since I wasn't able to install SVNKit 1.3.2, I canceled that dialog, closed Eclipse and walked away for a day. Now, I can't seem to get it to launch, and it has next to no online documentation that is helping me. Anybody know how to launch this dialog second and subsequent times?

Thanks to anyone who can provide even the tiniest of help. I will wash the gutters, mow the lawn and perform a full spring cleanup for anyone who can answer these!!!

like image 502
Zac Avatar asked Jan 03 '11 17:01

Zac


People also ask

How to install SVNKIT in Eclipse?

In Eclipse menu select Help->Software Updates->Find and Install... Then choose 'Search for new features to install' combo box, click 'Next', then click 'New Remote Site...' and type http://svnkit.com/ in the URL field and your preferred name for the update site in the name field.

What is SVN repository in Eclipse?

Eclipse is an open-source and free, java-based development platform. It is well known for its excellent plug-ins that allow developers to develop and test code written in different programming languages. Eclipse IDE support built-in integration for Subversion.

How do you checkout in Eclipse?

Go to File->New->Other->Under the SVN category , select Checkout Projects from SVN. Select your project's root folder and select checkout as a project in the workspace.


3 Answers

Usually this works out pretty well, you install Subversive, and if you havn't installed a Connector, you get the dialog when Subversive needs it.

What's going on is a sad bug in the latest Eclipse/Subversive version.

Here's what worked for me.

Uninstall anything subversive related that you've installed.(Help->About Installation Details)

Go to http://www.eclipse.org/subversive/downloads.php#early_access . Download the zip file, currently this one.

Install that file you downloaded (Help->Install New Software , hit the Add button, chose Archive). A restart later, you'll be asked for an SVN connector, choose SVNKit with the biggest version number, you should be good to go.

like image 117
nos Avatar answered Sep 21 '22 02:09

nos


I prefer subclipse, here's the link to the install instructions:

http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA

like image 1
vinnyjames Avatar answered Sep 24 '22 02:09

vinnyjames


In regards to part 3. You can install the connectors directly from Polarion's update site. From what I understand, this is what the Subversive Connector Discovery does under the covers. The links to their update site are found here and look something like http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/. In Eclipse, click Help->Install New Software and paste the link into the "Work With" box. That should give you the list of connectors you can install.

like image 1
Tim Avatar answered Sep 23 '22 02:09

Tim