qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Erik de Castro Lopo <mle+tools@mega-nerd.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Switch to GIT.  Why?
Date: Sun, 26 Apr 2009 15:52:57 +1000	[thread overview]
Message-ID: <20090426155257.7c6dac29.mle+tools@mega-nerd.com> (raw)
In-Reply-To: <BAY110-DAV348599A48E89DB3491BECB9700@phx.gbl>

C.W. Betts wrote:

> Perhaps this has already been answered on the boards, but why was  
> there a move to GIT?

I can't answer specifically for the Qemu case, but generally distributed
version control systems (DVCS) like git, bzr, hg, darcs etc are better for
distributed development than centralized systems like cvs and svn.

Above all, dvcs' are far better at handling and merging multiple branches.
I use svn at work, and I do realise that svn recently got much better at
merging between branches than it was, but it is still a poor cousin to
the others in this regard.

> The main reason why I ask is because I don't have GIT installed on my  
> system.

You're sending email using a Mac so this may be what you are
after:

    http://code.google.com/p/git-osx-installer/

On Debian/Ubuntu based Linux systems:

   apt-get install git

On Fedora Linux:

   yum install git

> Is it possible to set it up so that GIT has an SVN back-end?

Not that I know of.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/

  reply	other threads:[~2009-04-26  5:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <A1B59730-636E-43B7-88AE-9C7057D41F17@hotmail.com>
2009-04-26  5:28 ` [Qemu-devel] Switch to GIT. Why? C.W. Betts
2009-04-26  5:52   ` Erik de Castro Lopo [this message]
2009-04-26  7:13     ` M. Warner Losh
2009-04-26  8:15       ` Ralf Baechle
2009-04-27 13:10       ` Lennart Sorensen
2009-04-27 13:54         ` M. Warner Losh
2009-04-27 14:22           ` Lennart Sorensen
2009-04-27 14:42             ` M. Warner Losh
2009-04-26  7:20   ` Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090426155257.7c6dac29.mle+tools@mega-nerd.com \
    --to=mle+tools@mega-nerd.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).