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"

(Removing outdated information. Current information available at eclipse.org/emfstore)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.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.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].
 

Latest revision as of 09:44, 14 October 2016

Back to the top