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 "ECP Git"

Line 1: Line 1:
 
ECP uses Git for version control. There are three Git repositories for ECP:
 
ECP uses Git for version control. There are three Git repositories for ECP:
  
* [ssh://committer_id@git.eclipse.org/gitroot/emf-store/org.eclipse.emf.ecp.core.git org.eclipse.emf.ecp.core.git]: Contains all core plugins, this is what you usually need as a developer
+
* org.eclipse.emf.ecp.core.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store/org.eclipse.emf.ecp.core.git): Contains all core plugins, this is what you usually need as a developer
* [ssh://committer_id@git.eclipse.org/gitroot/emf-store/org.eclipse.emf.ecp.other.git org.eclipse.emf.ecp.other.git]: Contains additional optional features (e.g. XMI Workspace)
+
* org.eclipse.emf.ecp.other.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store/org.eclipse.emf.ecp.other.git): Contains additional optional features (e.g. XMI Workspace)
* [ssh://committer_id@git.eclipse.org/gitroot/emf-store org.eclipse.emf.ecp.releng.git org.eclipse.emf.ecp.releng.git]: Contains release engineering resources such as features and updates sites
+
* org.eclipse.emf.ecp.releng.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store org.eclipse.emf.ecp.releng.git): Contains release engineering resources such as features and updates sites
  
 
To clone these repositories please refer to [http://wiki.eclipse.org/EGit/User_Guide/Remote#Cloning_remote_Repositories this tutorial]. The repo base url is ssh://committer_id@git.eclipse.org/gitroot/emf-store/, you also can copy the urls from the links above.
 
To clone these repositories please refer to [http://wiki.eclipse.org/EGit/User_Guide/Remote#Cloning_remote_Repositories this tutorial]. The repo base url is ssh://committer_id@git.eclipse.org/gitroot/emf-store/, you also can copy the urls from the links above.

Revision as of 06:40, 10 August 2011

ECP uses Git for version control. There are three Git repositories for ECP:

To clone these repositories please refer to this tutorial. The repo base url is ssh://committer_id@git.eclipse.org/gitroot/emf-store/, you also can copy the urls from the links above.

Back to the top