All of lore.kernel.org
 help / color / mirror / Atom feed
* Moving to another SCM
@ 2007-05-21 18:38 Otavio Salvador
  2007-05-22 18:52 ` Robert Millan
  0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2007-05-21 18:38 UTC (permalink / raw)
  To: The development of GRUB 2

Hello,

I'd like to ask if GRUB is planning to move to another SCM?

I've been using GIT for a while and it looks great for the kinda of
work done at GRUB since there're a lot of people working together and
sometimes a feature need some time to get mature enough to be merged
in and this fits very well how GIT is used.

There's any plans for it? What's the options that current developers
have in mind?

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
 you the whole house."



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Moving to another SCM
  2007-05-21 18:38 Moving to another SCM Otavio Salvador
@ 2007-05-22 18:52 ` Robert Millan
  2007-05-22 21:58   ` Jeroen Dekkers
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Millan @ 2007-05-22 18:52 UTC (permalink / raw)
  To: The development of GRUB 2

On Mon, May 21, 2007 at 03:38:47PM -0300, Otavio Salvador wrote:
> Hello,
> 
> I'd like to ask if GRUB is planning to move to another SCM?
> 
> I've been using GIT for a while and it looks great for the kinda of
> work done at GRUB since there're a lot of people working together and
> sometimes a feature need some time to get mature enough to be merged
> in and this fits very well how GIT is used.
> 
> There's any plans for it? What's the options that current developers
> have in mind?

I'm not very familiar with GIT, although my understanding is that it has
advantages related to branching and also a nice regression test feature.

Also, for distributors for Debian, it seems to be useful since the Debian
package can be considered a branch from official GRUB in the SCM itself.

Anyway, I find CVS very awkward to work with.  I tend to agree with Otavio
that a change would be a good thing (be it to git, svn...).

Just my 0.02.

-- 
Robert Millan

My spam trap is honeypot@aybabtu.com.  Note: this address is only intended
for spam harvesters.  Writing to it will get you added to my black list.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Moving to another SCM
  2007-05-22 18:52 ` Robert Millan
@ 2007-05-22 21:58   ` Jeroen Dekkers
  2007-05-27 12:13     ` Thomas Schwinge
  0 siblings, 1 reply; 6+ messages in thread
From: Jeroen Dekkers @ 2007-05-22 21:58 UTC (permalink / raw)
  To: The development of GRUB 2

At Tue, 22 May 2007 20:52:58 +0200,
Robert Millan wrote:
> 
> On Mon, May 21, 2007 at 03:38:47PM -0300, Otavio Salvador wrote:
> > Hello,
> > 
> > I'd like to ask if GRUB is planning to move to another SCM?
> > 
> > I've been using GIT for a while and it looks great for the kinda of
> > work done at GRUB since there're a lot of people working together and
> > sometimes a feature need some time to get mature enough to be merged
> > in and this fits very well how GIT is used.
> > 
> > There's any plans for it? What's the options that current developers
> > have in mind?
> 
> I'm not very familiar with GIT, although my understanding is that it has
> advantages related to branching and also a nice regression test feature.
> 
> Also, for distributors for Debian, it seems to be useful since the Debian
> package can be considered a branch from official GRUB in the SCM itself.
> 
> Anyway, I find CVS very awkward to work with.  I tend to agree with Otavio
> that a change would be a good thing (be it to git, svn...).

You get used to it over the years. :-) But we should switch to
something else yes.

The savannah admins are working on supporting svn and git:
https://savannah.gnu.org/maintenance/WhenSvN and
https://savannah.gnu.org/maintenance/Git

It will depend on when savannah starts offering it when we can switch.

Jeroen Dekkers



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Moving to another SCM
  2007-05-22 21:58   ` Jeroen Dekkers
@ 2007-05-27 12:13     ` Thomas Schwinge
  2007-05-27 13:29       ` Marco Gerards
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Schwinge @ 2007-05-27 12:13 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

Hello!

On Tue, May 22, 2007 at 11:58:44PM +0200, Jeroen Dekkers wrote:
> https://savannah.gnu.org/maintenance/Git
> 
> It will depend on when savannah starts offering it when we can switch.

Support for git is already up and running:
<http://git.savannah.gnu.org/gitweb/>.  I know from the GNU coreutils and
gnulib people that they've already been using it successfully for a few
months.  (``Successfully'' here means that they didn't regret to have
switched to git.)


Regards,
 Thomas

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Moving to another SCM
  2007-05-27 12:13     ` Thomas Schwinge
@ 2007-05-27 13:29       ` Marco Gerards
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Gerards @ 2007-05-27 13:29 UTC (permalink / raw)
  To: The development of GRUB 2

Thomas Schwinge <tschwinge@gnu.org> writes:

Hi,

> On Tue, May 22, 2007 at 11:58:44PM +0200, Jeroen Dekkers wrote:
>> https://savannah.gnu.org/maintenance/Git
>> 
>> It will depend on when savannah starts offering it when we can switch.
>
> Support for git is already up and running:
> <http://git.savannah.gnu.org/gitweb/>.  I know from the GNU coreutils and
> gnulib people that they've already been using it successfully for a few
> months.  (``Successfully'' here means that they didn't regret to have
> switched to git.)

This sounds interesting.  Personally I have no objections to a switch.
Will the history be preserved, do we still have a commits mailinglist,
is git easy to learn and how do other developers (especially Okuji)
think about this?

--
Marco




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Moving to another SCM
@ 2007-06-18 12:39 Sam Morris
  0 siblings, 0 replies; 6+ messages in thread
From: Sam Morris @ 2007-06-18 12:39 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

> >> https://savannah.gnu.org/maintenance/Git
> >> 
> >> It will depend on when savannah starts offering it when we can switch.
> >
> > Support for git is already up and running:
> > <http://git.savannah.gnu.org/gitweb/>.  I know from the GNU coreutils and
> > gnulib people that they've already been using it successfully for a few
> > months.  (``Successfully'' here means that they didn't regret to have
> > switched to git.)
> 
> This sounds interesting.  Personally I have no objections to a switch.
> Will the history be preserved, do we still have a commits mailinglist,
> is git easy to learn and how do other developers (especially Okuji)
> think about this?

I have been using the following script to maintain a mirror of Grub's
CVS repository. The first time it's run it creates a git repository in
'upstream'; subsequent runs will import any new commits since the last
run.

        #!/bin/sh
        
        set -e
        
        export CVSROOT=:pserver:anonymous@cvs.savannah.gnu.org:/sources/grub

        git-cvsimport -k -v -i -C upstream grub2

The full history, including branches, is imported. The 'upstream'
directory ends up being 6.3 MiB, which includes a checkout of the
'origin' branch.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-18 12:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-21 18:38 Moving to another SCM Otavio Salvador
2007-05-22 18:52 ` Robert Millan
2007-05-22 21:58   ` Jeroen Dekkers
2007-05-27 12:13     ` Thomas Schwinge
2007-05-27 13:29       ` Marco Gerards
  -- strict thread matches above, loose matches on Subject: below --
2007-06-18 12:39 Sam Morris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.