Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMF Compare/EGit support"

 
Line 1: Line 1:
 +
{{Template:EMF Compare Archive Notice}}
 +
 
* Test support of EMF Compare with eGit
 
* Test support of EMF Compare with eGit
 
** Compare
 
** Compare
Line 6: Line 8:
  
 
If specific support is needed, implement a TeamHandler (see "[http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.emf/org.eclipse.emf.compare/plugins/org.eclipse.emf.compare.team.subversive/src/org/eclipse/emf/compare/team/subversive/SubversiveTeamHandler.java?root=Modeling_Project org.eclipse.emf.compare.team.subversive.SubversiveTeamHandler]" for instance). It provides an "[http://help.eclipse.org/helios/topic/org.eclipse.emf.compare.doc/references/javadoc/org/eclipse/emf/compare/ui/team/package-summary.html org.eclipse.emf.compare.ui.team.handler]" extension.
 
If specific support is needed, implement a TeamHandler (see "[http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.emf/org.eclipse.emf.compare/plugins/org.eclipse.emf.compare.team.subversive/src/org/eclipse/emf/compare/team/subversive/SubversiveTeamHandler.java?root=Modeling_Project org.eclipse.emf.compare.team.subversive.SubversiveTeamHandler]" for instance). It provides an "[http://help.eclipse.org/helios/topic/org.eclipse.emf.compare.doc/references/javadoc/org/eclipse/emf/compare/ui/team/package-summary.html org.eclipse.emf.compare.ui.team.handler]" extension.
 
[[Category:EMF Compare]]
 

Latest revision as of 12:48, 5 March 2014

THIS PAGE IS ARCHIVED. IT IS PROBABLY OUTDATED AND WILL NOT BE UPDATED

  • Test support of EMF Compare with eGit
    • Compare
    • Merge
  • The tests will include merging of differences and the saving the resources.
  • Need to try with controlled resources and referenced resources on a distant Git repository.

If specific support is needed, implement a TeamHandler (see "org.eclipse.emf.compare.team.subversive.SubversiveTeamHandler" for instance). It provides an "org.eclipse.emf.compare.ui.team.handler" extension.

Back to the top