Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: zyx on April 13, 2010, 01:19:48 am

Title: Moving Diagrams to Others Projects
Post by: zyx on April 13, 2010, 01:19:48 am
Hello,

   Again I apologize for my bad english. It is possible to move a diagram of a project to another project? I mean take a diagram of a project and put it in another project in other EAP file.
Title: Re: Moving Diagrams to Others Projects
Post by: Paul Lotz on April 13, 2010, 02:59:47 am
The easiest and cleanest way to do this is with version control, putting this diagram in a common package that you will share between the different .eap files.  This is especially helpful because if one makes a change to this diagram in one project, selecting Package Control...Get All Latest in the other project brings the diagram and the model up to date there as well.

Paul
Title: Re: Moving Diagrams to Others Projects
Post by: Geert Bellekens on April 13, 2010, 05:07:43 pm
If you are not intending on sharing the diagram, but just want to move it to another repository you can use xmi export/import. (wich is the same principle as the VC solution suggested by Paul)

Just make sure that you also export everything that is shown on the diagram (classes, packages,...), otherwise you'll end up with a new, but empty diagram.

Geert