Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse (Kepler) What is required to enable SVN Connector: Under "Team->SVN"?

I have installed the latest Eclipse (Kepler) into a new directory and can no longer access my repositories through Eclipse.

As far as I can tell, I've set up everything properly after 2 days of trying to fix this.

No! You can't have your repositoryWell yes, everything you need is installedWhat connector?

wtf?

Should I just ditch the supposedly better, newer Eclipse and go back a step so I can at least work?

like image 765
Ken Ingram Avatar asked Jul 04 '13 23:07

Ken Ingram


People also ask

How to enable Subversion SVN in Eclipse IDE?

To install Subversive: Start Eclipse and select menu item 'Help > Instal New Software...' Then selec common software repository or if you need to install Subversive only, you can directly add Subversive update site by pressing 'Add' button. On the 'Add Repository' form enter the URL to the Subversive update site.

How to update SVN project in Eclipse?

To update the local file click on the 'Team>Update' menu item, 'Update the resource from version control' button on the 'SVN toolbar', 'Update...' menu item in the SVN main menu group or clicking the 'Update' button in the 'Synchronization View' toolbar.


2 Answers

I've never had this problem in Linux, but I recently had it in Windows. This is what I did:

  1. Go to http://www.polarion.com/products/svn/subversive/download.php
    (the link that Dollyn posted)
  2. Under the latest Release, copy the Subversive SVN Connectors URL
    • The current URL for Eclipse 4.3 Kepler: http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/
  3. In Eclipse, go to the Help menu → Install New Software...
  4. Click Add...
  5. In Location copy the URL for the Subversive SVN Connectors
  6. Click OK
  7. Check Subversive SVN Connectors
  8. Click Next, and then follow the instructions to complete installation
like image 146
bmaupin Avatar answered Sep 29 '22 23:09

bmaupin


you can install the connector here: http://www.polarion.com/products/svn/subversive/download.php

like image 33
Dollyn Avatar answered Sep 29 '22 23:09

Dollyn