Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is m2e-subclipse connector for using svn 1.8.x, subclise 1.10?

Tags:

I read that the producers of m2e has stopped producing m2e connectors for anything beyond svn 1.7. And Tigris has apparently taken up the slack to maintain the m2e-subclipse connector.

Q1.
My question is, where is the eclipse update url for using svn 1.8.x?

As I realise, svn 1.8.x interface is implemented in subclipse 1.10. But where is the update url to update eclipse to use m2e with subclipse 1.10?

Q2.
Otherwise, is there an alternative toward having maven access svn 1.8.x in eclipse?

like image 869
Blessed Geek Avatar asked Oct 31 '13 22:10

Blessed Geek


2 Answers

Once upon a time I answered this very question, but for Subclipse 1.8.x You're right, getting m2e integration is still a hastle in 1.10.x, using the following update site will get you what you want:

http://subclipse.tigris.org/m2eclipse/latest/

like image 159
Stijn Maller Avatar answered Sep 24 '22 22:09

Stijn Maller


A1. There is no official m2eclipse-subclipse update site for subclipse 1.10. There is an unofficial project here:

https://github.com/tesla/m2eclipse-subclipse

However:

A2. It seems the connector is no longer necessary.

I checked out the project using the "checkout" option in the Svn Repository Exploring perspective, and it already had the Maven Nature enabled.

I'm using Eclipse 4.3.1, subclipse 1.10.x and m2e-wtp 1.4.

like image 30
Tarek Avatar answered Sep 26 '22 22:09

Tarek