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

 
Line 9: Line 9:
 
If you want to use GIT as an anonymous user (read only) please use the following URIs:
 
If you want to use GIT as an anonymous user (read only) please use the following URIs:
  
* org.eclipse.emf.emfstore.core.git (git://git.eclipse.org/gitroot/emfclient/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 (git://git.eclipse.org/gitroot/emfclient/org.eclipse.emf.ecp.core.git): Contains all core plugins, this is what you usually need as a developer
* org.eclipse.emf.emfstore.other.git (git://git.eclipse.org/gitroot/emfclient/org.eclipse.emf.ecp.other.git): Contains additional optional features (e.g. backchannel or transaction support)
+
* org.eclipse.emf.ecp.other.git (git://git.eclipse.org/gitroot/emfclient/org.eclipse.emf.ecp.other.git): Contains additional optional features (e.g. backchannel or transaction support)
* org.eclipse.emf.emfstore.releng.git (git://git.eclipse.org/gitroot/emfclient/org.eclipse.emf.ecp.releng.git): Contains release engineering resources such as features and updates sites
+
* org.eclipse.emf.ecp.releng.git (git://git.eclipse.org/gitroot/emfclient/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].
 
To clone these repositories please refer to [http://wiki.eclipse.org/EGit/User_Guide/Remote#Cloning_remote_Repositories this tutorial].

Latest revision as of 11:33, 24 October 2011

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

If you want to use GIT as a committer please use the following URIs:

If you want to use GIT as an anonymous user (read only) please use the following URIs:

To clone these repositories please refer to this tutorial.

Back to the top