This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Git conversion: disposition of old branches and tags
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Manuel LÃpez-IbÃÃez <lopezibanez at gmail dot com>
- Cc: Paul_Koning at dell dot com, Richard Biener <richard dot guenther at gmail dot com>, Florian Weimer <fw at deneb dot enyo dot de>, Jason Merrill <jason at redhat dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Wed, 16 Sep 2015 17:32:17 +0100
- Subject: Re: Git conversion: disposition of old branches and tags
- Authentication-results: sourceware.org; auth=none
- References: <55F84AC9 dot 20501 at redhat dot com> <87oah3zk1i dot fsf at mid dot deneb dot enyo dot de> <CAFiYyc08jYUsDiB=em2fHc7_asd8ersZrDLT-hQzwN2wYRRQaQ at mail dot gmail dot com> <BBACA19F-9BAB-4214-BEDC-1869AA8319E4 at dell dot com> <55F996DE dot 7030501 at gmail dot com>
On 16 September 2015 at 17:20, Manuel LÃpez-IbÃÃez wrote:
> My impression is that right now one can develop GCC with GIT or SVN (people
> are submitting GIT patches all the time). After the conversion, only GIT
> will be possible. Does this actually lower the entry barrier and will
> attract contributors?
Yes, I think so. "The kids" these days all want to use git, not svn.
That's harder to do because you have to set up git *and* git-svn.
> Wouldn't all this effort be better spent in getting finally rid of CVS for
> wwwdocs! If there was a SVN repository for wwwdocs, there could also be a
> GIT mirror! Using GIT to commit to wwwdocs, wouldn't that be cool!
Nice try ;-)
No, it wouldn't be cool. For the half dozen commits I make to wwwdocs
per year it would be slightly more convenient. But after comparing
that to the half dozen commits I make to the source code *per* *day*
(on a good day) I really don't care what repo the wwwdocs are in. I
don't do bisections on wwwdocs, I don't keep local branches, and noone
is going to create a Git mirror of wwwdocs on github so they can fork
our web pages more conveniently.
It's worth spending all this effort on the source repo because it's
more important than the wwwdocs repo.