Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Include Git in the SDK

I'm not convinced we should include EGit and or JGit into the Eclipse SDK.  As a developer of the Platform for many years I rarely "start from scratch" in setting up my Eclipse installation for Eclipse project development.  But when I do I simply install the EPP that includes PDE and EGit already and then I configure p2 to get updates from the Eclipse project I-Build site as well (https://download.eclipse.org/eclipse/updates/I-builds/).  Then I can simply check for updates regularly to pick up the latest I-Build.  I do not find this all that inconvenient.  Additionally, as a committer to the project, it gets more testing of what we deliver to make sure it is upgradable so we can catch issues earlier that may block our users from updating from one release to the next.  On the other hand, adding another outside dependency to the Eclipse SDK build will force another project to adhere to the platform +0 schedule.  That may not be acceptable for the EGit/JGit project.
 
For a lower barrier to entry for contributors, I do not think it is essential that such contributors use the very latest I-Build to contribute.  They can use the last stable released EPP that includes PDE and EGit to do that.

Tom
 
 
 
----- Original message -----
From: "Alexander Kriegisch" <alexander@xxxxxxxxxxxxxx>
Sent by: "eclipse-dev" <eclipse-dev-bounces@xxxxxxxxxxx>
To: eclipse-dev@xxxxxxxxxxx
Cc:
Subject: [EXTERNAL] Re: [eclipse-dev] Include Git in the SDK
Date: Wed, Dec 1, 2021 7:05 AM
 
Hi Wim.

Sorry, if this clarification question seems stupid: Are you talking
about EGit and/or JGit? I guess you are not referring to native Git for
all platforms, are you?

Cheers
--
Alexander Kriegisch
https://scrum-master.de 


Wim Jongman schrieb am 01.12.2021 13:00 (GMT +01:00):

> I know that the aim of the SDK is to deliver what we make here at
> Platform, but it is very inconvenient that Git is not included in the
> SDK.
>
>
> How do you feel about broadening the definition of the SDK:
>
>> The SDK includes everything that Platform builds plus the tooling we
>> rely on.
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipse-dev
 



Back to the top