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-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.