Book a Demo

Author Topic: Version Control and Database Repository  (Read 3185 times)

mac1929

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Version Control and Database Repository
« on: August 09, 2005, 01:51:55 am »
We're developing a project using EA 5.0. So far, we have been using a database as a project repository, and have not used version control.

Now we need to control changes to our model so I've configured EA to use CVS, and it works fine.

In our new situation, should we use a file repository instead of a database one??. We needed that database to share models among project members, but now CVS can do that work, and also a file respository is slightly faster than the database one.

Is there any benefit in using a database in our situation? Any hint will be welcome. Thanks!!

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Version Control and Database Repository
« Reply #1 on: August 09, 2005, 02:42:46 am »
It really depends on your exact usage.  But here's some figures that might help.

I had a decent conceptual model in Rose it used to take over 30secs to open the model.  Under EA it takes less than 7.  Other models would take close to a minute to open under Rose, I suspect (since we haven't moved them to EA) they might take about 10 secs to open.

One of the principle decisions in my coming to EA was it was repository based.  I can make changes directly into the database and even simulate some functionality EA doesn't yet provide by direct access to the DB.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

TrtnJohn

  • EA User
  • **
  • Posts: 176
  • Karma: +0/-0
    • View Profile
Re: Version Control and Database Repository
« Reply #2 on: August 15, 2005, 12:20:49 pm »
It may depend on the size of your model.  The file repository is really just an Access database.  So the question is will Access be faster than your DB repository when the model grows larger?  

thomaskilian

  • Guest
Re: Version Control and Database Repository
« Reply #3 on: August 16, 2005, 12:44:27 am »
Quote
It may depend on the size of your model.  The file repository is really just an Access database.  So the question is will Access be faster than your DB repository when the model grows larger?  


Depends on what you define as large ::)