public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fernando J. Pereda" <ferdy@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Gentoo: State of the Union
Date: Sat, 29 Apr 2006 14:21:47 +0200	[thread overview]
Message-ID: <20060429122147.GA13685@ferdyx.org> (raw)
In-Reply-To: <200604291502.47183.danarmak@gentoo.org>

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

On Sat, Apr 29, 2006 at 03:02:46PM +0300, Dan Armak wrote:
> On Friday 28 April 2006 23:42, Ryan Phillips wrote:
> > svn
> >  + Atomic Commits
> >  + Merging/tagging/brancing is a simple "copy" operation
> >    http://svnbook.red-bean.com/en/1.1/ch04.html
> >  + lots of benefits
> >    http://svnbook.red-bean.com/nightly/en/svn.intro.features.html
> >    there is more I'm sure people can come up with
> >  - 2x Drive space
> 
> - No changeset/merge tracking
> 
> If we have a lot of active branches and a lot of merging between them, 
> changeset tracking could be a major plus. I've never used git but I've heard 
> that it, and other distributed development-style SCMs, have changeset/merge 
> tracking features that are really helpful. Could someone who's used them 
> comment on this?

Yes, Git tracks merges unless the merge is trivial (aka fast-forward).

When you merge branch 'a' into branch 'b' and 'b' is a strict subset of
'a' we call that a fast-forward, since there is no merge anywhere:

 o---o---o "b"
          \
           x---x---x "a"

If you merge 'a' into 'b' (git checkout b ; git pull . a) the result is:

 o---o---o---x---x---x "a" = "b"

However in the following case, a proper merge is required:

 o---o---o---#---# "b"
          \
           x---x---x "a"

'b' is not a strict subset of 'a' because the commits marked with # do
not exist in 'a', so the thing ends up being:

 o---o---o---#---#---@ "b"
          \         /
           x---x---x "a"

The commit marked with @ is a special comit called a 'merge'.

I hope that clarifies the merge tracking part.

However I don't know what do you mean with 'changeset tracking'.

Cheers,
Ferdy

-- 
Fernando J. Pereda Garcimartín
Gentoo Developer (Alpha,net-mail,mutt,git)
20BB BDC3 761A 4781 E6ED  ED0B 0A48 5B0C 60BD 28D4

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

  reply	other threads:[~2006-04-29 12:25 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-28 17:14 [gentoo-dev] Gentoo: State of the Union Ryan Phillips
2006-04-28 17:52 ` Jon Portnoy
2006-04-28 18:22   ` Ryan Phillips
2006-04-28 18:34     ` Chris White
2006-04-28 18:50       ` Ryan Phillips
2006-04-28 19:03         ` Chris White
2006-04-28 19:35           ` Stephen Bennett
2006-04-28 19:48             ` Bryan Østergaard
2006-04-28 18:41     ` Alin Nastac
2006-04-28 18:57       ` Ryan Phillips
2006-04-28 19:13         ` Donnie Berkholz
2006-04-28 19:19         ` Tim Yamin
2006-04-28 19:20         ` Grant Goodyear
2006-05-02 12:39           ` Paul de Vrieze
2006-04-28 19:42     ` Bryan Østergaard
2006-04-28 17:50       ` Thomas Cort
2006-04-28 22:01         ` Daniel Goller
2006-04-29 13:54           ` Bryan Østergaard
2006-04-28 19:56     ` Thierry Carrez
2006-04-28 17:54 ` Alec Warner
2006-04-28 18:38   ` Ryan Phillips
2006-04-28 18:55 ` Grant Goodyear
2006-04-28 19:08   ` Grant Goodyear
2006-04-28 19:24   ` Tim Yamin
2006-04-28 19:41     ` Alin Nastac
2006-04-28 20:24     ` Donnie Berkholz
2006-04-28 20:36       ` Donnie Berkholz
2006-04-28 20:42       ` Ryan Phillips
2006-04-28 20:45         ` Donnie Berkholz
2006-04-28 21:05         ` Fernando J. Pereda
2006-04-28 21:20           ` Ryan Phillips
2006-04-28 21:36             ` Fernando J. Pereda
2006-04-28 21:49               ` Ryan Phillips
2006-04-28 22:06                 ` Fernando J. Pereda
2006-04-28 22:15                   ` Ryan Phillips
2006-04-28 22:19         ` Daniel Goller
2006-04-29 12:02         ` Dan Armak
2006-04-29 12:21           ` Fernando J. Pereda [this message]
2006-04-29 12:54             ` Dan Armak
2006-04-29 13:06               ` Fernando J. Pereda
2006-04-30 20:41               ` [gentoo-dev] " R Hill
2006-04-30  1:26       ` [gentoo-dev] " Alexandre Buisse
2006-04-30  0:00         ` Donnie Berkholz
2006-04-30  3:17           ` Greg KH
2006-04-30  7:50         ` Donnie Berkholz
2006-04-30 16:32           ` Henrik Brix Andersen
2006-05-01 12:23             ` Chris Bainbridge
2006-05-01 16:02               ` Stuart Herbert
2006-05-01 16:28                 ` Donnie Berkholz
2006-04-30 12:12         ` Luca Barbato
2006-04-30 15:16           ` Alec Warner
2006-04-28 20:35   ` Ryan Phillips
2006-04-28 20:43     ` Donnie Berkholz
2006-04-28 21:06       ` Ryan Phillips
2006-04-28 21:41         ` Fernando J. Pereda
2006-04-28 21:56           ` Ryan Phillips
2006-04-28 22:10             ` Fernando J. Pereda
2006-04-28 22:29               ` Donnie Berkholz
2006-04-28 20:57     ` Grant Goodyear
2006-04-28 21:32       ` Marius Mauch
2006-04-28 22:46         ` Ryan Phillips
2006-04-28 22:36 ` Simon Stelling
2006-04-28 23:14   ` Ryan Phillips
2006-04-28 23:25     ` Chris White
2006-04-28 23:55       ` Donnie Berkholz
2006-04-29  9:39     ` Jan Kundrát
2006-04-29 17:52       ` Donnie Berkholz
2006-05-02 13:37         ` Paul de Vrieze
2006-04-29  1:05   ` Daniel Goller
2006-04-29 14:54     ` Bryan Østergaard
2006-04-29  1:19 ` Christel Dahlskjaer
2006-04-29 11:58 ` Dan Armak
2006-04-29 13:41 ` Daniel Goller
2006-04-29 14:23   ` Jon Portnoy
2006-04-29 14:38     ` Daniel Goller
2006-04-29 15:21       ` Jon Portnoy
2006-04-29 21:33 ` [gentoo-dev] Gentoo: State of the Union + suggestion for global dev conference (at bottom, if you want to skip) Stuart Herbert
2006-04-29 23:57   ` Tim Yamin
2006-04-30  1:55   ` Lance Albertson
2006-04-30  2:37     ` Renat Lumpau
2006-05-03  9:43     ` Paul de Vrieze
2006-05-03 13:44       ` Christel Dahlskjaer
2006-04-30  4:50   ` Ryan Phillips
     [not found] <62b0912f0605021406s49a16eaapd596426ce2226a7c@mail.gmail.com>
2006-05-04  9:04 ` [gentoo-dev] Gentoo: State of the Union Molle Bestefich
2006-05-04 10:44   ` Stuart Herbert
2006-05-04  8:55     ` Thomas Cort
2006-05-04 11:57     ` Chris Gianelloni
2006-05-04 12:17       ` Stuart Herbert
2006-05-04 13:30         ` Paul de Vrieze

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=20060429122147.GA13685@ferdyx.org \
    --to=ferdy@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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