Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Help installing Eclipse svn connector on Mac OS X

Installed SVN on Mac OS 10.6.4. Also installed Eclipse and want to use SVN from Eclipse. Found several sites for update/downloading/installing SVN Connector and/or SVN Team Connector and added them to update locations. Installed SVN Connector, plug-in, etc.

Next tried to Import the SVN structure using SVN connector, but this failed. Got message: "SVN : Validate Repository location finished error: Selected SVN connector library is not available or cannot be loaded.... If connectors already installed then you can change the selected one at: ... Preferences>Team->SVN->SVN Connector...

Went to the Preferences place and found that there were no choices of installed SVN connectors. Since there appear to be multiple sites for Eclipse SVN integration, which site(s) should I be using? What do I need to do Import my SVN structure to Eclipse?

like image 881
Phil Avatar asked Nov 11 '10 19:11

Phil


People also ask

How to install SVN connector in Eclipse?

#1) First, you need to install the SVN plugin in the Eclipse IDE. To do this go to the top menu on Eclipse and select Help -> Install New Software. The following window will open up, click on the Add button.

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.


2 Answers

I recall just downloading the connectors manually. I had no luck with that automatic thing. I'm using the SVNKit 1.3.3 r6649 (for SVN 1.6.11, all platforms) and it works fine.

You can find the following information at http://www.eclipse.org/subversive/downloads.php

Subversive distribution consists of two parts - Subversive plug-in and Subversive SVN Connectors. Both parts are required in order to work with Subversive. Subversive plug-in is provided under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html. Subversive SVN Connectors are external libraries with their own licenses, which are distributed from an external location at www.polarion.com.

Next, go to the polarion site. It says you can use the discovery to find connections, but:

you can optionally use the update sites below to get them.

The connectors should be located at http://community.polarion.com/projects/subversive/download/eclipse/2.0/helios-site/. Use that URL as the repository location.

like image 116
Raffi Khatchadourian Avatar answered Nov 07 '22 12:11

Raffi Khatchadourian


I had similar problems, if the connectors were installed before or with the base package. I suggest removing all SVN related plug-ins, and starting again:

First by installing the Subversive package, and then after a restart using the Connector Discovery tool to install the connectors. This way I always ended with a working solution.

If this solution does not work for you, then you might also want to try the Subclipse plug-in, that installs both the plug-in and the connectors automatically.

like image 24
Zoltán Ujhelyi Avatar answered Nov 07 '22 12:11

Zoltán Ujhelyi