lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: Merge conflict


From: Phil Holmes
Subject: Re: Fw: Merge conflict
Date: Sun, 5 Jan 2014 14:54:01 -0000

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


"Phil Holmes" <address@hidden> writes:

----- Original Message ----- From: "Phil Holmes" <address@hidden>
To: "Devel" <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]