Book a Demo

Author Topic: Howto couple a DB project to GIT repo (EA 9.3.932)  (Read 3888 times)

marcel_str

  • EA User
  • **
  • Posts: 77
  • Karma: +0/-0
    • View Profile
Howto couple a DB project to GIT repo (EA 9.3.932)
« on: August 08, 2012, 05:46:00 pm »
I am setting up a project environment for multiple projects in which I want to control project data and code in GIT and use EA for designing the projects.
To do that in a suitable way, I want to be able to put my EA design in GIT as well. Now as GIT is not supported by EA, I'm trying to figure out another way to do this but haven't found it yet.

What I have is 1 EA SQL Server in which each model represents a project.

What I want is to be able to put all relevant data per project (read: EA model) to be exported and checked in in GIT along with the version of the project relating to the design.

The problem with exporting to XMI is that I can't seem to add baselines in them (baselines next to GIT, because I do want to see what differences are being made between baselines which is not possible using GIT).

What is the best way to do this?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Howto couple a DB project to GIT repo (EA 9.3.
« Reply #1 on: August 13, 2012, 03:17:30 am »
You can't use git since EA needs a central locking instance which git can't provide for good reasons. Merging XML is a nightmare. There's another thread hear saying almost the above.

q.