vote up 19 vote down star
4

There are many SCM systems out there. Some open, some closed, some free, some quite expensive. Which one (please choose only one) would you use for a 3000+ developer organization with several sites (some behind a very slow link)? Explain why you chose the one you chose. (Give some reasons, not just "because".)

flag
show 1 more comment

34 Answers

prev 1 2
vote up 7 vote down

Git was written for the Linux kernel, which might be the closest example to such a situation you can find public information on.

link|flag
vote up 0 vote down

Adobe uses Perforce

link|flag
show 3 more comments
vote up 1 vote down

Any DVCS (BitKeeper, git, Bazaar, Mercurial, etc) because being distributed will cut down the load on the central 'canonical' SCM server. The caveat is that they're fairly new technology and not many people will be familiar with their use.

If you want to stick to the older, centralized model, I'd recommend Perforce if you can afford it, or Subversion if you don't want to pay for Perforce. I'd recommend subversion over CVS because it's got enough features to make it worthwhile but is similar enough that devs who already know CVS will still be comfortable.

link|flag
vote up -1 vote down

3000+ developer organization??? I would build my own.

link|flag
show 3 more comments
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.