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

I guess I'm doing something wrong since I still get the following message when trying to update Eclipse EGit, JGit and EGit Mylyn using an update site from ../egit/org.eclipse.egit.repository/target/repository/

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.201211261024 (org.eclipse.egit.feature.group 2.2.0.201211261024)
  Software currently installed: Spring Tool Suite 3.1.0.201210061308-RELEASE-e38 (org.springsource.sts.ide 3.1.0.201210061308-RELEASE-e38)
  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.201211260013 (org.eclipse.egit.core 2.2.0.201211260013)
    Git Team Provider Core 2.1.0.201209190230-r (org.eclipse.egit.core 2.1.0.201209190230-r)
    Git Team Provider Core 2.2.0.201211261024 (org.eclipse.egit.core 2.2.0.201211261024)
  Cannot satisfy dependency:
    From: Eclipse EGit 2.2.0.201211261024 (org.eclipse.egit.feature.group 2.2.0.201211261024)
    To: org.eclipse.egit.core [2.2.0.201211261024]
  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.201210061308-RELEASE-e38 (org.springsource.sts.ide 3.1.0.201210061308-RELEASE-e38)
    To: org.springsource.sts.package.feature.group [3.1.0.201210061308-RELEASE-e38]
  Cannot satisfy dependency:
    From: Spring Tool Suite Package 3.1.0.201210061308-RELEASE-e38 (org.springsource.sts.package.feature.group 3.1.0.201210061308-RELEASE-e38)
    To: org.eclipse.egit.psf.feature.group 0.0.0

My egit repo is at f05e2c5 ("Mark org.eclipse.egit.core bundle to provide project set feature") and I create the site with "mvn clean install -Dmaven.test.skip=true".


On Mon, Nov 26, 2012 at 12:46 AM, Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx> 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


Back to the top