Book a Demo

Author Topic: Images and Version Control  (Read 3146 times)

lcjaubrey

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Images and Version Control
« on: October 27, 2011, 10:55:57 pm »
What exactly are "Alternate images" as far as EA is concerned?

We have version control setup and are creating screen mockups in a separate tool and bringing those into EA as images on a Diagram.

We have "Export alternate images" enabled under options, but the other Analysts are unable to see each others screen mockups.

Any help would be appreciated.
Thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Images and Version Control
« Reply #1 on: October 28, 2011, 04:59:40 am »
You need to Export Reference Data - Images. And vice versa import those into external models. There's no way to VC these reference data automatically.

q.

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Images and Version Control
« Reply #2 on: October 28, 2011, 06:52:16 pm »
If you use a dB like MySQL instead of VC to share your EA project, does it handle automatically in a centralised repository (the DB) all reference data such as images ?
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Images and Version Control
« Reply #3 on: October 28, 2011, 10:03:30 pm »
Images are stored in the t_images table in the DB (be it EAP aka. M$ Access, MySQL, Oracle or whatever). Handling of images was one of the major reasons we moved back from EAP/VC files to a central repository using locks and daily snapshots.

q.