Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse Day At Googleplex 2010/Session Abstracts

< Eclipse Day At Googleplex 2010
Revision as of 11:34, 1 June 2010 by Unnamed Poltroon (Talk) (New page: =====Git and Eclipse===== '''[http://aniszczyk.org Chris Aniszczyk], Red Hat'''<br> '''Shawn Pearce, Google'''<br> Git is a distributed SCM, which means every contributor has a full local...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Git and Eclipse

Chris Aniszczyk, Red Hat
Shawn Pearce, Google

Git is a distributed SCM, which means every contributor has a full local copy of the complete history of every revision of the project, allowing for independence and unparalleled speed compared to other centralized SCMs. With Git's intelligent branching and merging functionality, combined with a highly optimized network transport protocol, distributed development becomes much more efficient. Contributors who don't have direct write access to the main repository of an open source project benefit from the distributed nature of Git, as they can still take advantage of the same tools that committers have. This explains the high interest of the Eclipse community to move from CVS and SVN towards Git, in order to ease the life of all contributors, and make the community more productive.

The EGit project is implementing Eclipse tooling on top of JGit, the Java implementation of Git. Both EGit and JGit moved to Eclipse in May 2009 and shipped version 0.8.0 with the Eclipse Helios simultaneous release. The next release is 0.9.0 and is planned to ship in September.

This talk will give an update on how Eclipse is using Git, the status of the EGit and JGit projects and more detailed information about the design and features. A demo will illustrate how it's used in its own development process. It will also show how Gerrit Code Review, a JGit based review system developed for the needs of the Android community, can help to further improve the development process.

Back to the top