So I am using Coldfusion Builder with Ecplise. I am trying to get EGit installed in it so I can do Git stuff. The only thing I can ever get installed is EGit 0.11.1 from http://download.ecplise.org/releases/helios/
. When I try to install the latest version from http://download.eclipse.org/egit/updates
version 2.3.1.xxx I always get the Missing requirement error:
Missing requirement: Git Team Provider Core 2.3.1.201302201838-r (org.eclipse.egit.core 2.3.1.201302201838-r) requires 'bundle org.eclipse.core.runtime [3.7.0,4.0.0)' but it could not be found
Cannot satisfy dependency: From: Eclipse EGit 2.3.1.201302201838-r (org.eclipse.egit.feature.group 2.3.1.201302201838-r)
To: org.eclipse.egit.core [2.3.1.201302201838-r]
I can't figure out how to install the Git Team Provider Core. I've read some stuff about setting system config etc, but nothing I do seems to help. I've tried installing all different things like the Mylyn, JGit, etc, but I am obviously missing something important.
I do have Git Installed in Windows if that matters, but still nothing. This has to be a simply config issue right? I mean, the version I have installed (0.11.1) IS working as intended. I can pull/branch/push, all that good stuff. But my buddy noticed I was missing some options under the Team
menu and I assume it's because I can't get the latest version up and running.
Thoughts?