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

EMF Compare/Logical Resources

< EMF Compare
Revision as of 05:05, 30 March 2011 by Laurent.goubet.obeo.fr (Talk | contribs) (New page: {{Logical Resource support}} Logical resource support will allow EMF Compare to better handle fragmented models. Among others, this support will allow EMF Compare to prevent comparison/sy...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Logical Resource support

Logical resource support will allow EMF Compare to better handle fragmented models. Among others, this support will allow EMF Compare to prevent comparison/synchronize/commit actions without taking into account the whole set of resources the target depends on. For example, you wouldn't be able to compare a fragment without considering its parent if there are links between the two.

Concerned actions

The VCS we aim at are CVS and Git (through the eGit plugin). For each of those, these are the actions that will be concerned (and, thus, should be tested) by the logical resource support :

CVS

* Synchronize
* Commit
* Update
* Create patch
* Apply patch
* Compare with (all)
* Replace with (all)

Git

Back to the top