5

In my Eclipse Indigo (64-bit) under Ubuntu, the SVNKit client doesn't show up in Eclipse preferences -> Team -> SVN.

I've installed subclipse from Eclipse marketplace.

Since after installing subclipse, the SVNKit wasn't available, I installed svnkit from update site: http://eclipse.svnkit.com/1.3.x/

Still, svnkit isn't visible as a SVN client. Only JavaHL is in the combo box.

How to get SVNKit working in Indigo?

Markus Pscheidt
  • 6,853
  • 5
  • 55
  • 76

3 Answers3

8

Install the SVNKit Client Adapter plugin, from the subclipse update site, in addition to installing the SVNKit plugin.

dsh
  • 96
  • 1
  • Has the SVNKit Adapter plugin been removed from subclipse 1.8? I don't see it in the installation options any more. – Eugen Nov 02 '11 at 13:46
  • 2
    As explained at http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2862527 1.8 does not support SVNKit. – 01es Nov 03 '11 at 09:29
2

Installing subversive and uninstalling subclipse will fix all your: Eclipse preferences -> Team -> SVN. problems.

Favonius
  • 13,959
  • 3
  • 55
  • 95
crisu
  • 25
  • 4
1

I had good luck when I installed from subclipse 1.4

Just add the following to your list of update sites to visit

http://subclipse.tigris.org/update_1.4.x

crisu
  • 25
  • 4
Bill
  • 11
  • 1