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 "EGit/Logical Model support"

(Development)
Line 1: Line 1:
The goal is here to provide a decent implementation of "logical model" support in [EGit EGit]. The word "model" in "logical model" has nothing to do with the EMF concept of model. Sometimes in this document, we'll talk about logical resources interchangeably.
+
The goal is here to provide a decent implementation of "logical model" support in [EGit]. The word "model" in "logical model" has nothing to do with the EMF concept of model. Sometimes in this document, we'll talk about logical resources interchangeably.
  
 
For more details about how logical model support has to be implemented relating to Team, you should read the document [http://www.eclipse.org/eclipse/platform-team/team3.2/logical-physical-mappings.html Team Support for Logical Model Integration].
 
For more details about how logical model support has to be implemented relating to Team, you should read the document [http://www.eclipse.org/eclipse/platform-team/team3.2/logical-physical-mappings.html Team Support for Logical Model Integration].

Revision as of 11:24, 18 May 2011

The goal is here to provide a decent implementation of "logical model" support in [EGit]. The word "model" in "logical model" has nothing to do with the EMF concept of model. Sometimes in this document, we'll talk about logical resources interchangeably.

For more details about how logical model support has to be implemented relating to Team, you should read the document Team Support for Logical Model Integration.

For team providers like EGit, the following document is of high interest for implementation purposes: Repository Roadmap for Logical Model Integration

For model providers like [EMF Compare], the following document is relevant: Model Roadmap for Logical Model Integration

Deliverables

  • Compare editor support for merge conflicts from the Synchonize View
  • Design a model merge workflow across commits
  • Logical model support in Synchronize View
  • Merge, Update and Commit support inside Synchronize View
  • Show conflicting commits in Synchronize View

Development

Development occurs on master branch of EGit, reviewed on Gerrit

Copyright © Eclipse Foundation, Inc. All Rights Reserved.