Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Can't Install Latest EGit

It still does not work for me on Windows 7 with these steps:

1. download current M7 candidate: http://download.eclipse.org/eclipse/downloads/drops4/I20130430-2000/
        (also tried with M6, but same problem)
2. start with a new workspace (tried with JRE 6 and JRE 7)
3. Help > Install New Software...
4. paste this URL: http://download.eclipse.org/egit/updates-nightly
        are you using the same p2 repo URL?
5. select 'Eclipse EGit' and 'EGit Plug-in Import Support'
6. click 'Next' two times and accept the license
7. click 'Finish'

==>




Something is very strange: the install dialog shows me the newer version for JGit (the same as it installed for you), but for EGit, it lists the old version:




Dani


From: Matthias Sohn <matthias.sohn@xxxxxxxxx>
To: Daniel Megert/Zurich/IBM@IBMCH,
Date: 30.04.2013 23:17
Subject: Re: [egit-dev] Can't Install Latest EGit





On Tue, Apr 30, 2013 at 6:48 PM, Daniel Megert <daniel_megert@xxxxxxxxxx> wrote:
It looks like it got built, but it fails on the newer jgit repo:

An error occurred while collecting items to be installed

session context was:(profile="" phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action="">
Unable to read repository at http://download.eclipse.org/egit/updates-nightly/plugins/org.eclipse.jgit_3.0.0.201304301203.jar.
Connection reset 
 

looks like you didn't try with the latest build

I was able to install latest egit and jgit nightly into a freshly installed Eclipse classic M6
on Mac OS X:

  Eclipse Classic/SDK 2.0.0.20130318-0552 epp.package.classic null
  Eclipse EGit 3.0.0.201304301615 org.eclipse.egit.feature.group Eclipse EGit
  Eclipse EGit - Source 3.0.0.201304301615 org.eclipse.egit.source.feature.group Eclipse EGit
  Eclipse JGit 3.0.0.201304301609 org.eclipse.jgit.feature.group Eclipse JGit
  Eclipse JGit - Source 3.0.0.201304301609 org.eclipse.jgit.source.feature.group Eclipse JGit
  Eclipse JGit Command Line Interface 3.0.0.201304301609 org.eclipse.jgit.pgm.feature.group Eclipse JGit
  Eclipse JGit Command Line Interface - Source 3.0.0.201304301609 org.eclipse.jgit.pgm.source.feature.group Eclipse JGit
  EGit Mylyn 3.0.0.201304301615 org.eclipse.egit.mylyn.feature.group Eclipse EGit
  EGit Plug-in Import Support 3.0.0.201304301615 org.eclipse.egit.import.feature.group Eclipse EGit 

--
Matthias


Back to the top