Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Eclipse Kepler/Luna IDE for Java EE Developers & Egit
Eclipse Kepler/Luna IDE for Java EE Developers & Egit [message #1404800] Tue, 05 August 2014 20:46 Go to next message
Guy Dillen is currently offline Guy DillenFriend
Messages: 16
Registered: January 2014
Junior Member
Hi,

I have both the Eclipse Kepler and Luna IDE versions for Java EE Developers on my machine installed. Standard with these versions comes Egit. Do I still have to install separately git http://git-scm.com on my machine or is git already installed/included with Egit?

Thanks.
Re: Eclipse Kepler/Luna IDE for Java EE Developers & Egit [message #1404804 is a reply to message #1404800] Tue, 05 August 2014 21:21 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
EGit is the Eclipse git integration, it's using JGit (a pure Java implementation of git)
and doesn't depend on native git.

If you also want native git you need to install that separately.
Re: Eclipse Kepler/Luna IDE for Java EE Developers & Egit [message #1404808 is a reply to message #1404804] Tue, 05 August 2014 22:00 Go to previous messageGo to next message
Guy Dillen is currently offline Guy DillenFriend
Messages: 16
Registered: January 2014
Junior Member
@Matthias: thanks. So I can use it Egit/Jgit out of the box with e.g. Bitbucket? Thx.
Re: Eclipse Kepler/Luna IDE for Java EE Developers & Egit [message #1420096 is a reply to message #1404808] Tue, 09 September 2014 13:36 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
yes
Re: Eclipse Kepler/Luna IDE for Java EE Developers & Egit [message #1447460 is a reply to message #1420096] Sat, 18 October 2014 10:12 Go to previous messageGo to next message
rupert THURNER is currently offline rupert THURNERFriend
Messages: 5
Registered: July 2009
Junior Member
there are a couple of issues though with egit/jgit which might make it an option to anyway install native git:
* no sparse checkouts (https://bugs.eclipse.org/bugs/show_bug.cgi?id=383772)
* no subdirectory / multiple project in one git repository support (status, commit)
* no core.fscache support for better speed on windows
which makes eclipse a pain with large git repositories especially on windows, at least up to eclipse-4.4.1. contrary, IntelliJ has an option to use native git.
Re: Eclipse Kepler/Luna IDE for Java EE Developers & Egit [message #1448243 is a reply to message #1447460] Sun, 19 October 2014 16:41 Go to previous message
Robin Rosenberg is currently offline Robin RosenbergFriend
Messages: 332
Registered: July 2009
Senior Member
rupert THURNER skrev 2014-10-18 12.12:
> there are a couple of issues though with egit/jgit which might make it an option to anyway install native git:
> * no sparse checkouts (https://bugs.eclipse.org/bugs/show_bug.cgi?id=383772)
> * no subdirectory / multiple project in one git repository support (status, commit)
> * no core.fscache support for better speed on windows
> which makes eclipse a pain with large git repositories especially on windows, at least up to eclipse-4.4.1. contrary, IntelliJ has an option to use native git.
>

That just means we need more contributions to JGit/EGit.

-- robin
Previous Topic:can not switch to another branch
Next Topic:implement sparse checkout
Goto Forum:
  


Current Time: Tue Apr 16 16:50:09 GMT 2024

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

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

Back to the top