Discussion:
Manually install m2e subversion connector
Garrison, Jim (ETW)
2012-04-25 20:19:28 UTC
Permalink
I'm stuck behind a proxy that m2e cannot cope with and need to install the subversion connector manually.

I tried downloading the catalog only to find that the directory URL in the settings dialog is hardcoded and not changeable.

Are there instructions available anywhere on how to do a manual install?
Matthew Piggott
2012-04-25 20:31:32 UTC
Permalink
The m2e catalog should use the same proxy settings as Eclipse itself, that
said you should be able to find the URL here:
http://git.eclipse.org/c/m2e/m2e-discovery-catalog.git/tree/org.eclipse.m2e.discovery.oss/connectors.xml
I’m stuck behind a proxy that m2e cannot cope with and need to install the
subversion connector manually.****
** **
I tried downloading the catalog only to find that the directory URL in the
settings dialog is hardcoded and not changeable.****
** **
Are there instructions available anywhere on how to do a manual install?**
**
** **
** **
_______________________________________________
m2e-users mailing list
https://dev.eclipse.org/mailman/listinfo/m2e-users
Garrison, Jim (ETW)
2012-04-25 21:00:19 UTC
Permalink
I got a manual proxy address from our sysadmin, and that got the catalog to work, but installing the subclipse connector failed with:

Operation details
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201107071330)
Missing requirement: Maven SCM Handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse 0.13.0.201107071330) requires 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.7.0)' but it could not be found
Cannot satisfy dependency:
From: Maven SCM handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201107071330)
To: org.sonatype.m2e.subclipse [0.13.0.201107071330]

Looks like this may be because the SCM handler is looking for versions 1.6 or 1.7, but I have 1.8 installed.

Any idea when a 1.8-compatible version of the SVN connector will be available?
Garrison, Jim (ETW)
2012-04-25 21:04:03 UTC
Permalink
Curiously, there is no Subclipse 1.7. They jumped from 1.6 to 1.8 for reasons unknown. I can't use Subclipse 1.6 due to working copy format changes introduced in the Subversion 1.7 (Subclipse 1.8).

-----Original Message-----
From: m2e-users-***@eclipse.org [mailto:m2e-users-***@eclipse.org] On Behalf Of Garrison, Jim (ETW)
Sent: Wednesday, April 25, 2012 2:00 PM
To: Maven Integration for Eclipse users mailing list
Subject: Re: [m2e-users] Manually install m2e subversion connector

I got a manual proxy address from our sysadmin, and that got the catalog to work, but installing the subclipse connector failed with:

Operation details
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201107071330) Missing requirement: Maven SCM Handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse 0.13.0.201107071330) requires 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.7.0)' but it could not be found Cannot satisfy dependency:
From: Maven SCM handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201107071330)
To: org.sonatype.m2e.subclipse [0.13.0.201107071330]

Looks like this may be because the SCM handler is looking for versions 1.6 or 1.7, but I have 1.8 installed.

Any idea when a 1.8-compatible version of the SVN connector will be available?
Loading...