----- Original Message ----- From: "David Kastrup" <[email protected]>
To: "Phil Holmes" <[email protected]>
Cc: "Devel" <[email protected]>
Sent: Sunday, January 05, 2014 2:46 PM
Subject: Re: Fw: Merge conflict


"Phil Holmes" <[email protected]> writes:

----- Original Message ----- From: "Phil Holmes" <[email protected]>
To: "Devel" <[email protected]>
Sent: Sunday, January 05, 2014 12:19 PM
Subject: Merge conflict


I'm trying to create a 2.19.0 build and running into merge
conflicts. Following the CG, I've done:

git fetch
git checkout release/unstable
git merge origin/master

This creates a number of merge conflicts: changes.tely is an obvious
one. Is there something that can be simply done to sort the
conflicts out?

--
Phil Holmes


Forwarding from a different email address.

Well, we released 2.17.97 from the stable branch, but the release
process still used release/unstable.  It has a number of reverts in it
compared to the unstable branch.  We don't want _any_ of that in 2.19.0.

We basically have two options:

a) reset release/unstable and recreate it from scratch

That had been what I thought easiest and most sensible, once I'd spent a bit longer thinking.

[snip]

So I think I'll just bump
release/unstable to master.  And then you can do

git fetch
git checkout release/unstable
git reset --hard origin/release/unstable
git merge origin/master # should be a noop or fast forward

and then continue from there.

--
David Kastrup


Thanks.  Willdo.

--
Phil Holmes

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to