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

Difference between revisions of "Git for Committers"

Line 1: Line 1:
 
= Background =
 
= Background =
 
* {{bug|257706}} Host a git repository on Eclipse Foundation servers, support git as the repository of Eclipse projects
 
* {{bug|257706}} Host a git repository on Eclipse Foundation servers, support git as the repository of Eclipse projects
 +
** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=257706#c63 bug 257706#c63] Mike M. on potential problems with git at the Foundation
 
* [[EGit/Proposal]]
 
* [[EGit/Proposal]]
  
Line 10: Line 11:
 
* Important Commandline Commands to push etc
 
* Important Commandline Commands to push etc
 
** Something along the lines of [http://ketan.padegaonkar.name/2009/01/24/using-mercurial-with-eclipse-cvs.html Ketan's blog for Mercurial]
 
** Something along the lines of [http://ketan.padegaonkar.name/2009/01/24/using-mercurial-with-eclipse-cvs.html Ketan's blog for Mercurial]
 +
*  Known Issues and Gotchas
 +
** Initially pulling from CVS into a repo puts HEAVY load on the Eclipse CVS server ... better clone an existing git repo if available
  
 
= Using the EGit integration=
 
= Using the EGit integration=
Line 19: Line 22:
 
* [[Linux Distributions Packaging Status]]
 
* [[Linux Distributions Packaging Status]]
 
* [[SWTBot]]:  http://github.com/ketan/swtbot/
 
* [[SWTBot]]:  http://github.com/ketan/swtbot/
 +
 +
= Meetings and Resources =
 +
* [https://www.eclipsecon.org/submissions/2009/view_talk.php?id=776 GIT BoF at EclipseCon 2009]
 +
* [http://www.eclipsecon.org/2009/sessions?id=823 VCS panel at EclipseCon 2009]
  
 
[[Category:Architecture Council]]
 
[[Category:Architecture Council]]

Revision as of 14:07, 6 March 2009

Background

  • bug 257706 Host a git repository on Eclipse Foundation servers, support git as the repository of Eclipse projects
    • bug 257706#c63 Mike M. on potential problems with git at the Foundation
  • EGit/Proposal

Setting up git

Using the EGit integration

Contributing to EGit

Known git repositories for Eclipse projects

Meetings and Resources

Back to the top