Book a Demo

Author Topic: Glossary under version control  (Read 4156 times)

Quido Evers

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Glossary under version control
« on: March 13, 2012, 09:45:38 pm »
Hello,

Is there a way to put the Glossary under version control?

We are using Enterprise Architect with approx. 40 people. All of the diagrams, elements, etc are under version control (Team Foundation Server). I've recently discovered the Glossary of EntArch and it looks like a very nice feature. I cannot find a way to put this Glossary under version control, except to export the list and place that export in TFS.

However, if we do it this way, everyone using EntArch will have to import the Glossary manually, everytime it changes.

It would be nice if there is a way to share the Glossary. There is no use to a Glossary if you can only see the definitions you write yourself (since you wrote them, you probably know what the terms mean).

Tia,

Quido Evers

Edit: typo corrected.
« Last Edit: March 14, 2012, 02:41:20 am by QEvers »

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Glossary under version control
« Reply #1 on: March 13, 2012, 10:43:48 pm »
Hi Quido,

This is a major issue with EA i.e. reference data including images, glossary, RTF templates, etc cannot be maintained in SVN
The only option for you is to run the export reference data to an XML file that you can add to SVN (you may select all or the project glossary only)

Hopefully one day Sparx will VC separately each reference data.

Guillaume
Guillaume

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


Quido Evers

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Glossary under version control
« Reply #2 on: March 14, 2012, 12:41:10 am »
Hi Guillaume,

Thank you for your quick response. We had noticed that some information in the project cannot be place under version control. I hoped that the glossary was an exception to this ..;)

Anxiously awaiting the next version. ;)

Quido.
« Last Edit: March 14, 2012, 12:43:48 am by QEvers »

Luis J. Lobo

  • EA User
  • **
  • Posts: 252
  • Karma: +0/-0
  • IT Consultant
    • View Profile
Re: Glossary under version control
« Reply #3 on: March 23, 2012, 11:08:44 am »
We've created the Project Glossary under a Package, where a Term is an element and its definition is the description.

The "Glossary" package is versionable, and also you can link the "Terms" (elements) with any related model element.

Regards,

Luis.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Glossary under version control
« Reply #4 on: March 23, 2012, 12:12:40 pm »
Quote
We've created the Project Glossary under a Package, where a Term is an element and its definition is the description.

The "Glossary" package is versionable, and also you can link the "Terms" (elements) with any related model element.

Regards,

Luis.
Nice to see someone else came to the same solution. We even have the possibility by nesting <<trans>> elements to store multi language descriptions.

q.

Luis J. Lobo

  • EA User
  • **
  • Posts: 252
  • Karma: +0/-0
  • IT Consultant
    • View Profile
Re: Glossary under version control
« Reply #5 on: March 23, 2012, 12:23:51 pm »
Good idea!! thanks!