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

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

this looks like you start from a mix of egit 2.0 and egit 2.1 bundles, I would check
plugin dependencies to find out which other bundles want these different versions 

--
Matthias

Back to the top