Book a Demo

Author Topic: Version Control Problem  (Read 2271 times)

rsobti

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Version Control Problem
« on: May 16, 2012, 12:54:49 am »
We have a big EA SQL server repository (more than 62000 cross referenced elemtns). The response time for adding new elements, diagrams is very slow, so we decided to move to TFS. The export took about 5+hrs and then adding to TFS took many more hrs. Finaaly we got the First Level branches in TFS, when we started to add the lower level branches EA is throwing errors, like DAO.Recordset error. During one of the tries EA crashed.
Is there a defined process, instruction to move repositories, if not then what will be the best way. We have 4 to 6 level deep folders that we need to VC

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Version Control Problem
« Reply #1 on: May 16, 2012, 03:02:44 pm »
I'm sorry I can't follow. What do you mean by "move" to TFS?
SQL server is a database and TFS a version control system?!?
AFAIK adding TFS integration will only make things slower, not faster :-?

Anyway, if you want to control a large model in version control then you should always start at the deepest level of packages and them move your way up.
And before you start better run a Project Integrity Check (Shift-F9) and fix all errors

Good luck

Geert