* VCS popularity
@ 2015-03-31 21:56 Øyvind A. Holm
2015-03-31 22:03 ` David Lang
[not found] ` <xmqq7ftwq06b.fsf@gitster.dls.corp.google.com>
0 siblings, 2 replies; 7+ messages in thread
From: Øyvind A. Holm @ 2015-03-31 21:56 UTC (permalink / raw)
To: git@vger.kernel.org
openhub.net (formerly ohloh.net) has an interesting comparison of the
number of public repositories on the net, based on searches of popular
hosting services. This comparison is available at
<https://www.openhub.net/repositories/compare> and shows an estimated
market share between Bazaar, CVS, Git, Mercurial and Subversion.
I've been monitoring this since 2014-08-05 to see how things were
developing, and it's a good indication of the popularity of the various
version control systems.
I've created a repository at
<https://github.com/sunny256/openhub-repositories> where the project
scripts and data files are stored, along with graphs in SVG format.
The graphs are pretty interesting:
https://github.com/sunny256/openhub-repositories/blob/master/graph/relative.svg
Graphs of relative growth between the various version control systems.
https://github.com/sunny256/openhub-repositories/blob/master/graph/relative-zoom.svg
Zoomed-in version of relative.svg. Git goes through the ceiling.
https://github.com/sunny256/openhub-repositories/blob/master/graph/repos.svg
Total number of repositories.
- Øyvind
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VCS popularity
2015-03-31 21:56 VCS popularity Øyvind A. Holm
@ 2015-03-31 22:03 ` David Lang
2015-03-31 22:14 ` Øyvind A. Holm
[not found] ` <xmqq7ftwq06b.fsf@gitster.dls.corp.google.com>
1 sibling, 1 reply; 7+ messages in thread
From: David Lang @ 2015-03-31 22:03 UTC (permalink / raw)
To: Øyvind A. Holm; +Cc: git@vger.kernel.org
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1406 bytes --]
On Tue, 31 Mar 2015, Øyvind A. Holm wrote:
> openhub.net (formerly ohloh.net) has an interesting comparison of the
> number of public repositories on the net, based on searches of popular
> hosting services. This comparison is available at
> <https://www.openhub.net/repositories/compare> and shows an estimated
> market share between Bazaar, CVS, Git, Mercurial and Subversion.
>
> I've been monitoring this since 2014-08-05 to see how things were
> developing, and it's a good indication of the popularity of the various
> version control systems.
>
> I've created a repository at
> <https://github.com/sunny256/openhub-repositories> where the project
> scripts and data files are stored, along with graphs in SVG format.
>
> The graphs are pretty interesting:
>
> https://github.com/sunny256/openhub-repositories/blob/master/graph/relative.svg
> Graphs of relative growth between the various version control systems.
>
> https://github.com/sunny256/openhub-repositories/blob/master/graph/relative-zoom.svg
> Zoomed-in version of relative.svg. Git goes through the ceiling.
>
> https://github.com/sunny256/openhub-repositories/blob/master/graph/repos.svg
> Total number of repositories.
number of repositories is an interesting datapoint, but activity in the repos
would be far more interesting. There are a lot of repos of various types out
there that haven't been touched for years.
David Lang
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VCS popularity
2015-03-31 22:03 ` David Lang
@ 2015-03-31 22:14 ` Øyvind A. Holm
2015-04-01 13:07 ` Fredrik Gustafsson
0 siblings, 1 reply; 7+ messages in thread
From: Øyvind A. Holm @ 2015-03-31 22:14 UTC (permalink / raw)
To: David Lang; +Cc: git@vger.kernel.org
On 1 April 2015 at 00:03, David Lang <david@lang.hm> wrote:
> On Tue, 31 Mar 2015, Øyvind A. Holm wrote:
> > openhub.net (formerly ohloh.net) has an interesting comparison of
> > the number of public repositories on the net, based on searches of
> > popular hosting services. This comparison is available at
> > <https://www.openhub.net/repositories/compare> and shows an
> > estimated market share between Bazaar, CVS, Git, Mercurial and
> > Subversion.
> >
> > I've been monitoring this since 2014-08-05 to see how things were
> > developing, and it's a good indication of the popularity of the
> > various version control systems.
>
> number of repositories is an interesting datapoint, but activity in
> the repos would be far more interesting. There are a lot of repos of
> various types out there that haven't been touched for years.
I do agree on that. Many repositories won't be deleted if they are
converted to other VC systems to avoid breaking links and so on. What I
found pretty interesting is the relative growth between the various
systems. That's why I created the graphs that show creation of new
repositories since August 2014 instead, for example
https://github.com/sunny256/openhub-repositories/blob/master/graph/relative-zoom.svg
- Øyvind
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: VCS popularity
2015-03-31 22:14 ` Øyvind A. Holm
@ 2015-04-01 13:07 ` Fredrik Gustafsson
0 siblings, 0 replies; 7+ messages in thread
From: Fredrik Gustafsson @ 2015-04-01 13:07 UTC (permalink / raw)
To: Øyvind A. Holm; +Cc: David Lang, git@vger.kernel.org
On Wed, Apr 01, 2015 at 12:14:52AM +0200, Øyvind A. Holm wrote:
> On 1 April 2015 at 00:03, David Lang <david@lang.hm> wrote:
> > On Tue, 31 Mar 2015, Øyvind A. Holm wrote:
> > > openhub.net (formerly ohloh.net) has an interesting comparison of
> > > the number of public repositories on the net, based on searches of
> > > popular hosting services. This comparison is available at
> > > <https://www.openhub.net/repositories/compare> and shows an
> > > estimated market share between Bazaar, CVS, Git, Mercurial and
> > > Subversion.
> > >
> > > I've been monitoring this since 2014-08-05 to see how things were
> > > developing, and it's a good indication of the popularity of the
> > > various version control systems.
> >
> > number of repositories is an interesting datapoint, but activity in
> > the repos would be far more interesting. There are a lot of repos of
> > various types out there that haven't been touched for years.
>
> I do agree on that. Many repositories won't be deleted if they are
> converted to other VC systems to avoid breaking links and so on. What I
> found pretty interesting is the relative growth between the various
> systems. That's why I created the graphs that show creation of new
> repositories since August 2014 instead, for example
>
> https://github.com/sunny256/openhub-repositories/blob/master/graph/relative-zoom.svg
Github is serving every git repo as a svn repo too (or at least did). In
a talk they claimed to be the worlds biggest subversion host (if I
recall correctly).
However most people hosting on github doesn't do it to use svn but git.
Anyway, this mean that for every github git repo there's one svn repo.
Is github big enough to make the plots above invalid?
--
Fredrik Gustafsson
phone: +46 733-608274
e-mail: iveqy@iveqy.com
website: http://www.iveqy.com
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <xmqq7ftwq06b.fsf@gitster.dls.corp.google.com>]
* Re: VCS popularity
[not found] ` <xmqq7ftwq06b.fsf@gitster.dls.corp.google.com>
@ 2015-03-31 22:30 ` Øyvind A. Holm
2015-03-31 23:18 ` David Lang
0 siblings, 1 reply; 7+ messages in thread
From: Øyvind A. Holm @ 2015-03-31 22:30 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git@vger.kernel.org
On 1 April 2015 at 00:20, Junio C Hamano <gitster@pobox.com> wrote:
> Øyvind A. Holm <sunny@sunbase.org> writes:
> > The graphs are pretty interesting:
> >
> > https://github.com/sunny256/openhub-repositories/blob/master/graph/relative.svg
> > Graphs of relative growth between the various version control systems.
>
> This plots us at a bit over 8000.
>
> What does this number mean, exactly? Since 2014-08-01, the number of Git
> repositories Ohloh knows about has grown 8000-fold? Or is it just 80-fold
> (8000%) growth? Or 8000 more repositories were created?
Yes, relative.svg and relative-zoom.svg show the number of new repositories
found by Open Hub. To be specific, these are the numbers:
Bazaar: 75
CVS: 59
Git: 8230
Mercurial: 215
Subversion: 607
These numbers can of course be discussed, but as a source, I believe Open Hub
should be one of the more objective ones.
- Øyvind
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VCS popularity
2015-03-31 22:30 ` Øyvind A. Holm
@ 2015-03-31 23:18 ` David Lang
2015-04-01 11:45 ` Matthieu Moy
0 siblings, 1 reply; 7+ messages in thread
From: David Lang @ 2015-03-31 23:18 UTC (permalink / raw)
To: Øyvind A. Holm; +Cc: Junio C Hamano, git@vger.kernel.org
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1341 bytes --]
On Wed, 1 Apr 2015, Øyvind A. Holm wrote:
> On 1 April 2015 at 00:20, Junio C Hamano <gitster@pobox.com> wrote:
>> Øyvind A. Holm <sunny@sunbase.org> writes:
>>> The graphs are pretty interesting:
>>>
>>> https://github.com/sunny256/openhub-repositories/blob/master/graph/relative.svg
>>> Graphs of relative growth between the various version control systems.
>>
>> This plots us at a bit over 8000.
>>
>> What does this number mean, exactly? Since 2014-08-01, the number of Git
>> repositories Ohloh knows about has grown 8000-fold? Or is it just 80-fold
>> (8000%) growth? Or 8000 more repositories were created?
>
> Yes, relative.svg and relative-zoom.svg show the number of new repositories
> found by Open Hub. To be specific, these are the numbers:
>
> Bazaar: 75
> CVS: 59
> Git: 8230
> Mercurial: 215
> Subversion: 607
>
> These numbers can of course be discussed, but as a source, I believe Open Hub
> should be one of the more objective ones.
How many of these 8230 git repositories are duplicates of each other on github
(to pick a specific example).
the distributed nature of DVCS systems is going to inflate their count vs
non-distributed VCS systems where there is only one copy.
I believe that Git encourages making personal copies public more than Mercurial
does (with github being the extreme case)
David Lang
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-04-01 13:07 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 21:56 VCS popularity Øyvind A. Holm
2015-03-31 22:03 ` David Lang
2015-03-31 22:14 ` Øyvind A. Holm
2015-04-01 13:07 ` Fredrik Gustafsson
[not found] ` <xmqq7ftwq06b.fsf@gitster.dls.corp.google.com>
2015-03-31 22:30 ` Øyvind A. Holm
2015-03-31 23:18 ` David Lang
2015-04-01 11:45 ` Matthieu Moy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).