I am about to start a big project and I want use the most used version control system to use it. That will help me to get a nice number of developers .
feedback
|
closed as not constructive by marcog, Oli Charlesworth, richq, Don Roby, LittleBobbyTables Jan 2 '11 at 16:22
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
There are no statistics on which is the "most used". However, assuming this is an open-source project (as you seem to hint at), I believe the majority of new open source project are using one of the new breed of DVCS's, which include Mercurial and Git as the two most popular. Either would not stop new developers from joining. The other likely candidate is Subversion, which is not a distributed VCS but is very popular, well-known, and stable. | ||||
|
feedback
|
|
Yes. It doesn't really work like that, but no matter. (It's meaningless to choose between version control systems on this basis. For example, you might need some distributed facilities that Mercurial or Git provide better than other systems, etc.) Irrespective, the most common version control is most likely Subversion, although large teams using Visual Studio tend to go for Team Foundation Server. However, there are some stats linked to from the existing Are there any popularity / usage statistics available for the Free RCS/SCM/VCS systems? question. | ||||
|
feedback
|