is it possible to use git for version control in enterprise architect

Viewed 3332

Hi have started to use (SparX) Enterprise Architect 13 for more complex models. In my company we use git for version control and I would like us to be able to use it for version control for our models as I do not want to start using tortoise svn or tfs.

How do I integrate enterprise architect 13 with git?

1 Answers

You can't, at least not using out-of-the-box EA version control.

The reason is that EA requires exclusive locks on the checked-out files, and such a thing is by design not possible in distributed version control systems such as GIT.

The commercial add-in LemonTree could be a solution if you are desperate for a solution using GIT.

Related