This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Official GCC git repository
- From: Tobias Grosser <tobi-grosser at web dot de>
- To: Bernardo Innocenti <bernie at codewiz dot org>
- Cc: GCC Development <gcc at gcc dot gnu dot org>, David Woodhouse <dwmw2 at infradead dot org>, Harvey Harrison <harvey dot harrison at gmail dot com>
- Date: Thu, 13 Mar 2008 10:17:52 -0200
- Subject: Re: Official GCC git repository
- References: <47D7F8DA.8060703@codewiz.org>
On Wed, 2008-03-12 at 16:38 +0100, Bernardo Innocenti wrote:
> Hello,
>
> many people seem to be finding our git mirror of the GCC repo
> useful:
Sure, I am using it since several weeks and it is a great
improvement in many areas.
For me it seems that the git mirror does not hurt in any way. Sure,
this mail can be seen as the beginning of a discussion about the
best VCS for gcc. And therefore as a final decision to use git
exclusively.
But I think it is not necessary to decide at this moment.
Let's just give more developers the opportunity to try and use a
different VCS, which has some great advantages.
> At this time, the repository is being synch'd every quarter
> hour (actually 03,18,33,48 * * * *), and carries all branches
> (although only a few are displayed). If people think it would be
> useful, we could install a commit hook on gcc.gnu.org to mirror
> each commit immediately.
Should be quite useful. A post commit hook, does not slow down svn
commit operations, right?
Tobi