Book a Demo

Author Topic: EA in a Team  (Read 4148 times)

OneCent

  • EA User
  • **
  • Posts: 34
  • Karma: +0/-0
    • View Profile
EA in a Team
« on: September 01, 2008, 05:59:46 am »
Hi

Are there any "best practice" to use EA in a Team?

When are you using the database repository and when a "normal" version control? Or both?

Any hit or link to a document is very welcome  :)

Cheers, OneCent

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA in a Team
« Reply #1 on: September 01, 2008, 08:59:03 am »

jsbueno

  • EA User
  • **
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: EA in a Team
« Reply #2 on: September 04, 2008, 03:28:50 am »
Despit the link to that docuementabove, I'd ask people to comment on how they do actually deploy EA in teams. That document itself is  rather open-ended and leave a lot of options.


Lars H

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Re: EA in a Team
« Reply #3 on: September 04, 2008, 06:31:57 pm »
The recommendations (from that paper) is that with > 10 users, use a database repository. We have repositories at multiple sites, and then we use version control in addition to transfer changes between the sites.

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • ArenĀ“t we all in the model business ?
    • View Profile
    • Karl Storz homepage
Re: EA in a Team
« Reply #4 on: September 04, 2008, 09:05:47 pm »
Quote
The recommendations (from that paper) is that with > 10 users, use a database repository. We have repositories at multiple sites, and then we use version control in addition to transfer changes between the sites.

So I suppose that each site has direct access to the version control repository ?
I am asking, because if you use a distributed approach with eg. several ClearCase servers at the multiple sites then it would be a question of how often the replication takes place between those which is not so convenient if a concurrent working (and real time working) is required.

Oliver

Lars H

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Re: EA in a Team
« Reply #5 on: September 05, 2008, 07:18:17 pm »
We also use ClearCase Multisite, and it is a real hazzle. You either need to transfer mastership, or design a model where packages are allocated to different sites. If you can, try to use a ClearCase setup without Multisite, or another version control system.
« Last Edit: September 05, 2008, 07:18:50 pm by lars.h »