Book a Demo

Author Topic: about version control with cvs integereted in ea  (Read 2497 times)

jerry

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
about version control with cvs integereted in ea
« on: July 19, 2005, 09:30:13 pm »
i have configured version control managed by cvs,
but only one person can check out one package every time,if ea support multi check out at a time,how to do?
we use ea  manage requirements(use cases) and design,our team cooerately with each one,so the trouble mentioned above occured,if ea does not support multi check out,how to solve this trouble?

thanks a lot!

allenmarshall

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: about version control with cvs integereted in
« Reply #1 on: July 25, 2005, 11:40:15 am »
I have had a similar problem. :P We want to have part of our team work on use cases while the other part of the team is worrying about the data models.  However, we can't seem to check these major areas out separately, to each group.  It all ppears that the cvs mode is doing exclusive checkouts similar to the way SCC works.  However, this is not a recommended way to use cvs which is supposed to rationalize and merge changes from several contributors.  

Also, the diagrams are getting locked as a result of the exclusive checkouts and there is no way to easily unlock them.

We are also noticing a horrendous lag time when right-clicking on a package to check it out or get latest version.:-/


Is there a cvs configuration whitepaper or somesuch?  ???
« Last Edit: July 25, 2005, 12:04:48 pm by allenmarshall »