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

Line 1: Line 1:
 
EMFStore uses Git for version control. There are three Git repositories for EMFStore:
 
EMFStore uses Git for version control. There are three Git repositories for EMFStore:
 +
 +
If you want to use GIT as a committer please use the following URIs:
  
 
* org.eclipse.emf.emfstore.core.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store/org.eclipse.emf.emfstore.core.git): Contains all core plugins, this is what you usually need as a developer
 
* org.eclipse.emf.emfstore.core.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store/org.eclipse.emf.emfstore.core.git): Contains all core plugins, this is what you usually need as a developer
 
* org.eclipse.emf.emfstore.other.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store/org.eclipse.emf.emfstore.other.git): Contains additional optional features (e.g. backchannel or transaction support)
 
* org.eclipse.emf.emfstore.other.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store/org.eclipse.emf.emfstore.other.git): Contains additional optional features (e.g. backchannel or transaction support)
 
* org.eclipse.emf.emfstore.releng.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store org.eclipse.emf.emfstore.releng.git): Contains release engineering resources such as features and updates sites
 
* org.eclipse.emf.emfstore.releng.git (ssh://committer_id@git.eclipse.org/gitroot/emf-store org.eclipse.emf.emfstore.releng.git): Contains release engineering resources such as features and updates sites
 +
 +
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/emf-store/org.eclipse.emf.emfstore.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/emf-store/org.eclipse.emf.emfstore.other.git): Contains additional optional features (e.g. backchannel or transaction support)
 +
* org.eclipse.emf.emfstore.releng.git (git://git.eclipse.org/gitroot/emf-store/org.eclipse.emf.emfstore.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].

Revision as of 09:21, 17 August 2011

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

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