Skip to main content

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

Remove SpringSource tool suite and you should be good to upgrade.

Alex

On 25 Nov 2012, at 23:46, Matthias Sohn wrote:

2012/11/12 Tomasz Zarna <tzarna@xxxxxxxxx>
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

I pushed https://git.eclipse.org/r/#/c/8857/ for review. I was able to upgrade
STS 3.1.0 from egit 2.1 to a local 2.2-SNAPSHOT build containing this patch.
Could you give it a try if this also works for you ?

--
Matthias
_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/egit-dev


Back to the top