From: Axel Thimm <Axel.Thimm@ATrpms.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Checking out and comitting to the libsensors-3.x
Date: Sun, 08 Apr 2007 08:33:48 +0000 [thread overview]
Message-ID: <20070408083348.GB12859@neu.nirvana> (raw)
In-Reply-To: <4610BC25.8050507@hhs.nl>
[-- Attachment #1.1: Type: text/plain, Size: 1312 bytes --]
On Sun, Apr 08, 2007 at 10:14:30AM +0200, Jean Delvare wrote:
> > 3. A merge is: find the differences between an old revision and a newer one,
> > apply those differences to the target branch. (I specify the target branch
> > implicity in the following command, it's the branch of the CWD.)
> >
> > $ cd <working copy of 3.0.0 branch>
> > $ svn merge -r 4303:4355 http://lm-sensors.org/svn/lm-sensors/trunk
>
> What would have happened if some of the changes from trunk had been
> conflicting with changes in branch 3.0.0?
>
> It seems that we lose the history of changes when merging a branch, the
> logs only show the merge and not the individual log messages. Is this
> expected? I guess so :(
The problem is if you have two branches A and B and merge/copy over
parts of B onto A, then a file in A has semantically two histories,
one for the per-merge copy in A and one for the pre-merge copy in
B. Since the history of the B copy remains in B and also since the
true history of A != B, there isn't much choice. It is also a conflict
of interests: The developer of branch A would like to see what changed
from his POV, the one in B from his own.
But you do get a marker for copies or merges that you can follow to
fork off A's history into B's.
--
Axel.Thimm at ATrpms.net
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 153 bytes --]
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2007-04-08 8:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-02 8:17 [lm-sensors] Checking out and comitting to the libsensors-3.x branch Hans de Goede
2007-04-02 11:36 ` [lm-sensors] Checking out and comitting to the libsensors-3.x Jean Delvare
2007-04-02 12:01 ` Axel Thimm
2007-04-03 13:15 ` Mark M. Hoffman
2007-04-04 19:29 ` Jean Delvare
2007-04-04 19:43 ` Axel Thimm
2007-04-05 20:15 ` Jean Delvare
2007-04-05 20:31 ` Axel Thimm
2007-04-08 8:14 ` Jean Delvare
2007-04-08 8:33 ` Axel Thimm [this message]
2007-04-08 17:40 ` Jean Delvare
2007-04-10 14:23 ` Jean Delvare
2007-04-10 14:43 ` Axel Thimm
2007-04-12 9:12 ` Jean Delvare
2007-04-20 13:17 ` Jean Delvare
2007-04-22 19:03 ` Axel Thimm
2007-04-23 11:53 ` Jean Delvare
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=20070408083348.GB12859@neu.nirvana \
--to=axel.thimm@atrpms.net \
--cc=lm-sensors@vger.kernel.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 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.