umldiffargouml

What UML diff tools exist?


I need to get diffs of ArgoUML diagrams. Are there any tools that provide Diffing capabilities to do UML?

I constantly make updates to my UML in SVN but I do not have a way to compare different versions.

I have seen UML-like Diff Tool from IntelliJ exists. But are there any other tools that don't require me to use IntelliJ?


Solution

  • Using EMF in Eclipse you can compare two UML diagrams.

    http://wiki.eclipse.org/EMF_Compare/UML_Compare

    So, you need to convert your ArgoUML to EMF standard by using the following framework.

    http://argo2ecore.sourceforge.net/