Anshul
Anshul

Reputation: 9480

Not able to create SVN repository in my eclipse Indigo

I am trying to make a SVN repository. I downloaded subversion and when I am trying to create a SVN than I am getting error -

SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.

I am using Eclipse Indigo and my system is of 64-bit. I got asolution on Checkout SVN svn+ssh repo with subversive in Eclipse Helios but Answer is not working for me any clue ?

Upvotes: 2

Views: 8974

Answers (1)

David W.
David W.

Reputation: 107040

Are you trying to use JavaHL? If so, you'll also need the Subversion API libraries which aren't necessarily included in JavaHL.

Otherwise, you can use SVNKit which doesn't require the Subversion API libraries.

This can be selected via the Windows->Preferences dialog box. Go to Team->SVN and look under SVN interface section and select SVNKit.

Upvotes: 2

Related Questions