unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Switching to Git?
@ 2007-08-20 21:45 Ludovic Courtès
  2007-08-20 23:49 ` Kevin Ryde
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Ludovic Courtès @ 2007-08-20 21:45 UTC (permalink / raw)
  To: guile-devel

Hi,

How about switching from CVS to Git [0]?

What this would bring us:

  * Decentralized Development

    As you may know, this would allow every interested user to hack on
    their side, pulling changes from the main repository as they see
    fit, and promoting their changes whenever they want.  This is really
    appreciable.

  * Off-Line Operation

    As a corollary, this would allow off-line operation on the local
    copy of the repository.

  * Speed and Bandwidth Improvement

    Git operates on a local repository, which makes operations very
    fast.  This is a significant change when one has got used to waiting
    for "cvs diff" to complete for ages.  ;-)

  * Transactional, Changeset-Oriented

    Commit operations are transactional and changeset-oriented.  Changes
    to a collection of files that are committed at the same time do
    appear as a single "change set", rather than as separate changes as
    with CVS.  This means that GNU-style change logs can be generated
    automatically using tools like `git2cl' [4].

  * Nice Web Interface

    See [1] for example.


These are the most obvious benefits.

Note that Git is now supported on Savannah [2].  It's used by various
GNU projects, and also non-GNU projects (one of which is quite famous
;-)).

Han-Wen did a full import of the CVS history into Git some time ago [1].
Note that it preserves tags and branches.  This Git repository is kept
in sync with CVS using a cron job that runs on Han-Wen's machine.
However, it is not automatically synchronized in the other direction,
making it inconvenient.

Of course, nothing's black and white and Git has some weaknesses, too.
Most notably, its UI is a bit rough and at least not to everyone's taste
(which can be worked around by using companion tools such as Cogito
[3]).

Opinions?

Thanks,
Ludovic.

[0] http://git.or.cz/
[1] http://repo.or.cz/w/guile.git
[2] http://git.sv.gnu.org/
[3] http://git.or.cz/cogito/
[4] http://repo.or.cz/w/git2cl.git/



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: Switching to Git?
@ 2007-08-21 21:56 dsmich
  2007-08-25 18:28 ` Han-Wen Nienhuys
  0 siblings, 1 reply; 16+ messages in thread
From: dsmich @ 2007-08-21 21:56 UTC (permalink / raw)
  To: Andy Wingo; +Cc: Ludovic Courtès, guile-devel


---- Andy Wingo <wingo@pobox.com> wrote: 
> ludo@gnu.org (Ludovic Courtès) writes:
> > How about switching from CVS to Git [0]?
 
> As an aside, in GStreamer we are going to completely punt on this
> question, and switch to subversion. You get changesets, which allows
> git-svn, bzr-svn, etc, which are not bad options. That could be the
> correct switch for guile -- there is no downside to switching to
> subversion relative to CVS.

If there must be a switch, I'd also say that subversion is probably the best way to go.  Less culture shock for long time cvs users.  Windows people aren't left out.  Guile doesn't really need the massively distributed model that the Linux kernel requires.

My $0.02

-Dale



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

end of thread, other threads:[~2007-09-03  0:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20 21:45 Switching to Git? Ludovic Courtès
2007-08-20 23:49 ` Kevin Ryde
     [not found]   ` <87d4xgyq28.fsf@laas.fr>
2007-08-22  8:14     ` Ludovic Courtès
2007-08-22 13:53     ` Dan McMahill
2007-08-25 18:08   ` Han-Wen Nienhuys
2007-08-21 14:09 ` Greg Troxel
2007-08-25 17:59   ` Han-Wen Nienhuys
2007-08-21 19:17 ` Dan McMahill
2007-08-25 18:14   ` Han-Wen Nienhuys
2007-08-21 21:23 ` Andy Wingo
2007-08-22  2:17   ` Cesar Strauss
2007-08-25 18:04   ` Han-Wen Nienhuys
2007-08-25 18:11 ` Han-Wen Nienhuys
2007-09-03  0:31 ` Rob Browning
  -- strict thread matches above, loose matches on Subject: below --
2007-08-21 21:56 dsmich
2007-08-25 18:28 ` Han-Wen Nienhuys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).