This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Git conversion: disposition of old branches and tags


On Wed, Sep 16, 2015 at 10:48:13AM -0600, Jeff Law wrote:
> On 09/16/2015 10:32 AM, Jonathan Wakely wrote:
> >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.
> Right.  And I find that dealing with the mixture of git and git-svn to be a
> real PITA.
> 
> ANd it's not just the kids.  As an "old fart" who has used a variety of
> mechanisms to manage GCC sources through the decades (including some that
> were never officially used), GIT wins hands-down.

and its not just for people who send patches upstream, there's others
who just want to follow progress of various topics running dev builds
and probably reporting issues.

as for ease of use come on I'm sure the emacs backup files have to win
hands down, after all it would be so consistant with how you edit ;-)

seriously though I actually think git is easier to understand than svn,
but that's just me.

Trev

> >
> >>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.
> Right.  Getting the source repo converted is the big prize here.  THe www
> docs are a relatively small issue in comparison.
> 
> jeff
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]