Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I fire up the Subversion Connections Discovery after installing the plugin in Eclipse?

I manually installed Eclipse Juno Java EE on my Ubuntu 12.04, inside the /usr/lib folder, then proceeded creating a link to the eclipse executable under /usr/bin and finally successfully started the program.

After installing the Subversive plugin, a prompt asked me to restart Eclipse, that I did since I know it's important to immediately install the connectors. However, with this setup I didn't get the Subversion Connection Discovery window on startup, nor any error in the error log view.

Now I have the Subversive plugin correctly installed, but no connector set up, and I seem not to be able to find a way for the Connection Discovery window to show up.

I would like not to use backup solutions (i.e. manually installing connectors from repositories) but solve this issue and get the normal procedure, since this is an installation I'll have to deal with for a while, and I feel this problem is a symptom of something wrong in my setup.

like image 829
Michele Palmia Avatar asked May 03 '13 23:05

Michele Palmia


People also ask

How to install SVN plugin in Eclipse manually?

#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.


2 Answers

Create a dummy project, use Team -> Share, select SVN. The dialog should come up automatically now.

Alternatively install the connectors without the discovery dialog as described in several other SO question like: Subversive SVN Connectors does not appear in eclipse juno. You have to make sure that the update site matches your version of eclipse.

like image 114
Bananeweizen Avatar answered Sep 19 '22 12:09

Bananeweizen


At least in my Eclipse (4.5), there is a button "Get Connectors" in the "Connectors" tab, if I visit Window/Preferences/Team/SVN. That button did the trick for me.

like image 37
user1774051 Avatar answered Sep 22 '22 12:09

user1774051