Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WTP Git Migration Home"

(Useful Eclipse Wiki Pages)
(Learning Materials)
Line 16: Line 16:
 
* [http://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions Handling Git Contributions] - Committer/Contributor IP process with Git
 
* [http://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions Handling Git Contributions] - Committer/Contributor IP process with Git
 
* [http://wiki.eclipse.org/Platform-releng/Git_Workflows Git workflows]
 
* [http://wiki.eclipse.org/Platform-releng/Git_Workflows Git workflows]
 +
 +
=== Misc ===
 +
* [http://eclipsesource.com/blogs/2011/09/08/announcing-a-full-featured-pde-build-example-from-a-git-repository/ Continuous Integration with PDE Build and Git]
  
 
== Other ==
 
== Other ==

Revision as of 15:29, 9 September 2011

This document will serve as the home page for content related to the migration of WTP projects to Git, a free & open source, distributed version control system.

Mailing list

Learning Materials

Books

Useful Eclipse Wiki Pages

Misc

Other

  • Git Mirror for Eclipse CVS - All CVS repositories at Eclipse.org are mirrored on a read-only Git server. This is useful for playing with Git before migrating your project.
  • Gerrit at Eclipse - some day, when bug 283749 is resolved, we will have our own Gerrit code review system hosted at Eclipse.org.

Back to the top