Author Topic: Moving Diagrams to Others Projects  (Read 3945 times)

zyx

  • EA User
  • **
  • Posts: 95
  • Karma: +1/-1
    • View Profile
Moving Diagrams to Others Projects
« 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.

Paul Lotz

  • EA User
  • **
  • Posts: 248
  • Karma: +1/-0
    • View Profile
Re: Moving Diagrams to Others Projects
« Reply #1 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

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Moving Diagrams to Others Projects
« Reply #2 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