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"

(Add link to WTP Workflow)
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
This document will serve as the home page for content related to the migration of WTP projects to [http://git-scm.com/ Git], a free & open source, distributed version control system.
 
This document will serve as the home page for content related to the migration of WTP projects to [http://git-scm.com/ Git], a free & open source, distributed version control system.
 +
 +
== Check list ==
 +
 +
* [[WTP Git Migration Checklist]]
  
 
== 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
 +
 
 +
== WTP Git WorkFlows ==
 +
* [[WTP Git Workflows]] - Git/Egit for common workflows in WTP
  
 
== Learning Materials ==
 
== Learning Materials ==
Line 10: Line 17:
 
* [http://progit.org/book/ Pro Git] - Another free book for Git
 
* [http://progit.org/book/ Pro Git] - Another free book for Git
  
=== Useful Eclipse Wiki Pages ===
+
=== Wiki Pages ===
 
* [http://wiki.eclipse.org/EGit/User_Guide EGit User Guide]
 
* [http://wiki.eclipse.org/EGit/User_Guide EGit User Guide]
 
* [http://wiki.eclipse.org/EGit/Git_For_Eclipse_Users Git for Eclipse Users]
 
* [http://wiki.eclipse.org/EGit/Git_For_Eclipse_Users Git for Eclipse Users]
 
* [http://wiki.eclipse.org/Git/Migrating_to_Git Migrating to Git]
 
* [http://wiki.eclipse.org/Git/Migrating_to_Git Migrating to Git]
 
* [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] - Git equivalents for common CVS workflows used by the Eclipse Project
  
== Git Mirror of Eclipse CVS ==
+
=== Blogs ===
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://alblue.bandlem.com/2010/02/git-for-eclipse-users.html Git for Eclipse Users]
 
+
* [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]
  
 +
=== Videos ===
 +
* [http://www.youtube.com/watch?v=4XpnKHJAok8 Linus Torvalds on Git]
 +
* [http://youtu.be/ZDR433b0HJY Introduction to Git with Scott Chacon of GitHub]
  
 +
== Other ==
 +
* [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.
 +
* [[WTP Committers Readiness For Git]]
 +
* [http://eclipse.org/projects/scmcountdown.php Countdown to CVS becoming Read-Only]
 +
* [http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg09224.html Git settings used by the Eclipse Project]
 +
* [https://git.eclipse.org/r/ Gerrit], a web-based tool for receiving and reviewing Git submissions, now available at Eclipse
 +
* [http://www-cs-students.stanford.edu/~blynn/gitmagic/ Git Magic]
 +
* A [http://gitref.org/ Git Reference], courtesy of the GitHub Team
  
 
[[Category:Eclipse Web Tools Platform Project| ]]
 
[[Category:Eclipse Web Tools Platform Project| ]]

Latest revision as of 14:35, 29 August 2012

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.

Check list

Mailing list

WTP Git WorkFlows

Learning Materials

Books

Wiki Pages

Blogs

Videos

Other

Back to the top