Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » Problem installing eGit (0.7.1) on Windows Eclipse 3.5
Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #524028] Tue, 30 March 2010 07:57 Go to next message
Eclipse UserFriend
I normally use Eclipse on Linux systems, but I need to use Windows on one machine because I need to interact with some Windows software.

I installed Eclipse, and About Eclipse reports Build ID 20090920-1017. Oddly when I tell Eclipse to get software updates it says there are none, but my Linux box is running 20100218-1602.

Anyway, I installed eGit from download.eclipse.org/egit/updates and it does not appear in Window->Preferences->Team, only CVS is present. Also if I try to use Team->Share Project I am taken straight to the CVS panel rather than being asked if I want Git instead.

I have tried uninstalling eGit and reinstalling it, but this has not helped.

Any ideas?

David
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #524239 is a reply to message #524028] Wed, 31 March 2010 05:42 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
I tried to install EGit/JGit 0.7.1 windows and Eclipse 3.5. After installation I was asked to restart IDE what I did. Afterwards
everything worked for me.
If you select "Help->About Eclipse->Installation Details->Installed Software" do you see an EGit and JGit feature?

Ciao
Chris
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #527322 is a reply to message #524239] Wed, 14 April 2010 16:04 Go to previous messageGo to next message
Eclipse UserFriend
I am having the exact same problem with my installation. It does show as being an installed feature but GIT is not showing up as an option. I only have CVS as a team option, and no import project from GIT repository options. I have tried removing the installation of Egit and re-downloading/installing. I have restarted Eclipse as well as my computer. I'm running Eclipse classic 3.5.2 64bit on Windows 7.

[Updated on: Wed, 14 April 2010 16:11] by Moderator

Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #528757 is a reply to message #524028] Wed, 21 April 2010 12:33 Go to previous messageGo to next message
Eclipse UserFriend
Have the same problem with EGit 0.7.1 on Mac OS 10.5.8.
My Eclipse build is 3.5.1.
Both EGit and JGit features seems to have been installed, but the associated views/dialogs don't show up.
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #531504 is a reply to message #524028] Wed, 05 May 2010 05:20 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I have Eclipse 3.5.2 running on a Windows Vista (32 bits). In my installation details I can see how EGit 0.7.1 is installed, yet I don't see the GIT menu under the New - Other or Import dialogs.

Any hints?
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #533000 is a reply to message #531504] Tue, 11 May 2010 15:30 Go to previous messageGo to next message
Eclipse UserFriend
If you are running earlier releases of Eclipse e.g. 3.5 or 3.4 you should make sure that you use this update site http://download.eclipse.org/egit/updates to get Egit. If you attempt to use the Helios update site http://download.eclipse.org/releases/helios which is mentioned on the downloads web page, you can open yourself to all sorts of bizarre behaviour as your Eclipse installation can get updated with random pieces from Helios (3.6) which are potentially incompatible with your installation.
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #534129 is a reply to message #533000] Tue, 18 May 2010 04:11 Go to previous messageGo to next message
Eclipse UserFriend
Jonathan Gossage wrote on Tue, 11 May 2010 15:30
If you are running earlier releases of Eclipse e.g. 3.5 or 3.4 you should make sure that you use this update site http://download.eclipse.org/egit/updates to get Egit. If you attempt to use the Helios update site http://download.eclipse.org/releases/helios which is mentioned on the downloads web page, you can open yourself to all sorts of bizarre behaviour as your Eclipse installation can get updated with random pieces from Helios (3.6) which are potentially incompatible with your installation.


http://download.eclipse.org/egit/updates is what i used to get Egit on eclipse 3.5 (latest build) on Win7 64 and although the plugin shows as installed there is no entry in the eclipse menu for Egit (anywhere). Any ideas?
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #535423 is a reply to message #534129] Sun, 23 May 2010 08:14 Go to previous messageGo to next message
Eclipse UserFriend
Having an identical problem after an upgrade to Ubuntu Lucid, Eclipse 3.5.2, and Egit 0.7.1.

Was wondering if it is still possible to try out installing Egit 0.6 instead? How can one do that?
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #535432 is a reply to message #535423] Sun, 23 May 2010 09:02 Go to previous messageGo to next message
Eclipse UserFriend
eventually found this old update site: http://www.jgit.org/update-site/

installing Egit 0.4.9 solved the issue for me, though I had to delete the projects (not the content) and re-import to be able to re-git them (team->share ...). The restoration seems to be intact so far.
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #535611 is a reply to message #535432] Mon, 24 May 2010 16:43 Go to previous messageGo to next message
Eclipse UserFriend
Firas Swidan wrote:

> eventually found this old update site: http://www.jgit.org/update-site/
>
> installing Egit 0.4.9 solved the issue for me, though I had to delete the
> projects (not the content) and re-import to be able to re-git them
> (team->share ...). The restoration seems to be intact so far.

You are much much better off trying the nigtly builds and 0.8 is around the
corner. Some of the old version have nasty bugs that may even corrupt your
repo. 0.8 nightly is not "stable", but still a lot more stable than 0.4.9.

-- robin
Re: Problem installing eGit (0.7.1) on Windows Eclipse 3.5 [message #535882 is a reply to message #524028] Wed, 26 May 2010 03:59 Go to previous message
Eclipse UserFriend
Hi,

try this one, worked for me:
http://www.vogella.de/articles/EGit/article.html

Best regards, Lars

--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
http://www.twitter.com/vogella - vogella on Twitter

On 30.03.2010 13:57, David Goodenough wrote:
> I normally use Eclipse on Linux systems, but I need to use Windows on
> one machine because I need to interact with some Windows software.
>
> I installed Eclipse, and About Eclipse reports Build ID 20090920-1017.
> Oddly when I tell Eclipse to get software updates it says there are
> none, but my Linux box is running 20100218-1602.
>
> Anyway, I installed eGit from download.eclipse.org/egit/updates and it
> does not appear in Window->Preferences->Team, only CVS is present. Also
> if I try to use Team->Share Project I am taken straight to the CVS panel
> rather than being asked if I want Git instead.
>
> I have tried uninstalling eGit and reinstalling it, but this has not
> helped.
>
> Any ideas?
>
> David
Previous Topic:EGit push to GitHub freezes
Next Topic:Create a new local remote repository
Goto Forum:
  


Current Time: Fri Jul 04 12:08:32 EDT 2025

Powered by FUDForum. Page generated in 0.09729 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top