From: "M. Warner Losh" <imp@bsdimp.com>
To: qemu-devel@nongnu.org, mle+tools@mega-nerd.com
Subject: Re: [Qemu-devel] Switch to GIT. Why?
Date: Sun, 26 Apr 2009 01:13:20 -0600 (MDT) [thread overview]
Message-ID: <20090426.011320.1172763085.imp@bsdimp.com> (raw)
In-Reply-To: <20090426155257.7c6dac29.mle+tools@mega-nerd.com>
In message: <20090426155257.7c6dac29.mle+tools@mega-nerd.com>
Erik de Castro Lopo <mle+tools@mega-nerd.com> writes:
: 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.
They work better when the number of contributors is much greater than
the number of folks with write access to the repo. They work about
the same when the numbers are about equal (although there are benefits
for the dvcs in this case too), modulo feature differences (eg perfoce
still blows the doors off all FOSS vcs systems for its branch merging
abilities, yet it is centralized).
: 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.
At the expense, at least with hg and git, that you can't do subtree
checkouts. You also lose the strict numbering that svn was giving us,
since both git and hg compute a hash of the tree and use that as a
revision number. Usually this isn't a big deal, but something to be
aware of if you used to checkout sub-trees to do bug bisection...
: > 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
On FreeBSD:
cd /usr/ports/devel/git
make all install clean
or
portupgrade -P -N git
: > Is it possible to set it up so that GIT has an SVN back-end?
:
: Not that I know of.
I thought I saw an email go by that it was already setup...
Warner
next prev parent reply other threads:[~2009-04-26 7:15 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
2009-04-26 7:13 ` M. Warner Losh [this message]
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=20090426.011320.1172763085.imp@bsdimp.com \
--to=imp@bsdimp.com \
--cc=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).