Book a Demo

Author Topic: How to Version Control a EA Model woth GIT?  (Read 3051 times)

caof2005

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to Version Control a EA Model woth GIT?
« on: May 23, 2012, 09:56:37 am »
Hello Folks...
With a "newbe" question....

Is there a reference, guide, blog or tutorial which indicate how to version control a model/sub-models (packages) of EA with GIT version control system?

Any help will be very appreciated.

Best Regards
Carlos

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: How to Version Control a EA Model woth GIT?
« Reply #1 on: May 23, 2012, 10:26:31 am »
I can't be done using the EA version control integration.

EA requires exclusive locks (because merging XMI isn't pretty) and GIT really doesn't work that way.

What that leaves you with is manually controlling the packages and using manual GIT commands.
« Last Edit: May 23, 2012, 10:27:45 am by simonm »