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"

Line 2: Line 2:
  
 
== Mailing list ==
 
== Mailing list ==
[https://dev.eclipse.org/mailman/listinfo/git Eclipse Git Mailing List] - Git related discussions, specifcally migration help for projects at Eclipse.org
+
* [https://dev.eclipse.org/mailman/listinfo/git Eclipse Git Mailing List] - Git related discussions, specifcally migration help for projects at Eclipse.org
  
 
== Learning Materials ==
 
== 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
  
== Git Mirror of Eclipse CVS ==
+
== Other ==
All CVS repositories at Eclipse.org are mirrored on a read-only Git server. See here for details: http://dev.eclipse.org/git/. This is useful for playing with Git before migrating your project.  
+
* [http://dev.eclipse.org/git/ 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 [https://bugs.eclipse.org/283749 283749] is resolved, we will have our own Gerrit code review system hosted at Eclipse.org.
 
+
 
+
  
 
[[Category:Eclipse Web Tools Platform Project| ]]
 
[[Category:Eclipse Web Tools Platform Project| ]]

Revision as of 06:33, 7 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

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