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:
  
* org.eclipse.emf.emfstore.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
+
* 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.ecp.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.ecp.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
  
 
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 14:42, 10 August 2011

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

To clone these repositories please refer to this tutorial.

Back to the top