Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Not able to update from 2.1.0 to the latest 2.2.0

Guys,

I've downloaded STS 3.1.0 [1] which comes with EGit 2.1.0. I wanted to upgrade it to the latest nightly build but I got this:

Your original request has been modified.
  "Eclipse EGit" is already installed, so an update will be performed instead.
  "EGit Mylyn" is already installed, so an update will be performed instead.
  "Eclipse JGit" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
  Software being installed: Eclipse EGit 2.2.0.201211112313 (org.eclipse.egit.feature.group 2.2.0.201211112313)
  Software currently installed: Spring Tool Suite 3.1.0.201210061306-RELEASE-e42 (org.springsource.sts.ide 3.1.0.201210061306-RELEASE-e42)
  Only one of the following can be installed at once:
    Git Team Provider Core 2.0.0.201206130900-r (org.eclipse.egit.core 2.0.0.201206130900-r)
    Git Team Provider Core 2.2.0.201211112313 (org.eclipse.egit.core 2.2.0.201211112313)
    Git Team Provider Core 2.1.0.201209190230-r (org.eclipse.egit.core 2.1.0.201209190230-r)
  Cannot satisfy dependency:
    From: Eclipse EGit 2.2.0.201211112313 (org.eclipse.egit.feature.group 2.2.0.201211112313)
    To: org.eclipse.egit.core [2.2.0.201211112313]
  Cannot satisfy dependency:
    From: EGit Project Set Support 2.0.0.201206130900-r (org.eclipse.egit.psf.feature.group 2.0.0.201206130900-r)
    To: org.eclipse.egit.core [2.0.0,2.1.0)
  Cannot satisfy dependency:
    From: EGit Project Set Support 2.1.0.201209190230-r (org.eclipse.egit.psf.feature.group 2.1.0.201209190230-r)
    To: org.eclipse.egit.core [2.1.0,2.2.0)
  Cannot satisfy dependency:
    From: Spring Tool Suite 3.1.0.201210061306-RELEASE-e42 (org.springsource.sts.ide 3.1.0.201210061306-RELEASE-e42)
    To: org.springsource.sts.package.feature.group [3.1.0.201210061306-RELEASE-e42]
  Cannot satisfy dependency:
    From: Spring Tool Suite Package 3.1.0.201210061306-RELEASE-e42 (org.springsource.sts.package.feature.group 3.1.0.201210061306-RELEASE-e42)
    To: org.eclipse.egit.psf.feature.group 0.0.0

Not sure what's the problem here. Is it the STS looking for org.eclipse.egit.psf.feature.group, which is absent in the latest build ?

[1] http://www.springsource.org/downloads/sts-ggts

Cheers,
Tomasz

Back to the top