Hi,
I have two questions that I need some help with:
Question 1:
===========
May I know where can I find some information on how version control works in EA?
It seems a little strange that version controlled version is out of sync with the displayed model when I open EA.
Here is my setup:
EA version: 8.0.858
Model repository: MySQL 5.1.42
Version Control System: Subversion 1.6.6
Once in a while, it appears as if some of our models are missing some packages when we open EA project.
However, after some experimentation, I've noticed that if I retrieve the latest version again from File Version History popup, those "missing/stuffed" packages are fixed.
(it shows that it is using the latest version, and I have to do this on some packages even after a "Get All Latest").
Doing a Get All Latest will not solve the problem, and sometimes doing a "Get Latest" package by package solves it, but sometimes I have to retrieve the latest model again.
Correct me if I'm wrong, but it seems like EA makes use of 2 copies of the model, one from the MySQL repo while the other one is a "Local Working Copy" from Subversion. So I assume that EA handles the synchronisation of files for these two copies. If that is the case, is this issue due to some problem synchronising these two copies?
Question 2:
===========
May I know if EA can be configured to use Git for version control?
If not officially supported, may I know if there is any other workaround that you can point me to so that I can try it out?
Cheers
Kelvin