On Sat, 13 Sep 2008, David Lang wrote: > On Fri, 12 Sep 2008, Jakub Narebski wrote: >> On Fri, 12 Sep 2008 00:51, david@xxxxxxx wrote: >>> On Thu, 11 Sep 2008, Jakub Narebski wrote: >>> >> True, I have forgot that "I use this SCM" (or "I used this SCM") doesn't >> necessarily mean that one _choose_ this SCM. One can use some SCM >> because it is SCM project uses, or because their company requires it; >> but not necessary, as git-svn and git-p4 show one can use Git, and >> make it interact with respectively Subversion and Perforce, and trying >> to make it look like one uses this other SCM. > > I would expect people to still count those as using the other SCM. git-svn > and git-p4 can do a lot, but they don't do everything, once in a while I > would expect to need to use the native commands for the upstream SCM Well, you can check it by analysing correlations between answers. Unfortunately there is no way to share raw data beside me generating it and sending, or you registering at Survs.com and me adding you as admin, but you can emulate it using existing (just created) filters on "Analyze" page for Git User's Survey 2008: http://www.survs.com/shareResults?survey=M3PIVU72&rndm=OKJQ45LAG8 http://tinyurl.com/GitSurvey2008Analyze For example if you chose filter 'publish to git-svn', which select all replies that have answered question 25.: how do you publish and checked git-svn option, you can see that among those responders 6 of 555 (1%) selected that they _never_ used Subversion. >>> I find it interesting that the number of people who use git and the other >>> DVCS systems in so small. Is this becouse the 'market share' of those >>> other systems is small? Or becouse people who learn git aren't willing to >>> put up with other systems (or vice-versa)? Or is there some other trend >>> or tendancy that makes people who select one DVCS more likely to work on >>> similar projects, so people interested in those types of projects will >>> generally just see a single DVCS system >> >> I don't think 59% (in the example case of using currently Subversion) >> is small. Take into account for example that there are people who (as >> seen from responses to other questions in this survey) use SCM (Git) >> only to track their private work, never publishing. Then there are >> people who do not track (perhaps with exception of web interfaces) >> other projects development using version control systems, even if they >> do follow their development. > > Subversion is not a Distributed SCM. I am pointing out the much smaller > overlap between distributed SCM systems. Oh, now I understand and agree with what you noticed: in "I use" most you get for distributed SCM is 9%, most in "used it" is 19% (hmmm... is it really small?). First, from various nonscientific researches (Ohloh stack count, Debian popcon, counting well-known projects using given SCM; Google search trends do not count) it looks like Git has biggest market share from distributed version control systems (Subversion has larger share, but it is centralized). So one would expect at most <share of SCM>/<share of Git>*100% as a percentage for sum of "I used it" and "I use it" columns, or at least for "I use it" answer. Second, one usually choose single SCM for his/her projects. And one usually interacts (for example tracks) projects which use the same SCM; kernel folks use Git (and kernel-related projects migrate to Git too, take for example ALSA project), people who work more on Windows (Mozilla) and have product competing with Linux (OpenSolaris) ;-) use Mercurial, Ruby and RoR people moved to Git, Ubuntu / Canonical use Bazaar-NG. Third different SCM have slightly different UI, and different underlying models. If you use one, usually you find other SCM concept and commands unintuitive (and of course vice versa). But that is just speculation... -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html