[umbrello-devel] Does 4.14 contain all the code it should?
Ralf Habacker
ralf at habacker.de
Sat Jul 19 09:36:51 UTC 2014
Am 17.07.2014 01:00, schrieb Albert Astals Cid:
> Hi guys, i tried merging 4.13 into 4.14 to make sure that all the code that
> was in 4.13 is in 4.14 but i got a huge conflict (i guess you don't like
> merging (you should makes things like this very easy)) so i can't be sure 4.14
> contains everything that was in 4.13 too.
Usually I personally develop and fix issues in master branch and
backport the related commits to stable branches with 'git cherry-pick
-x' like shown in
https://projects.kde.org/projects/kde/kdesdk/umbrello/repository/revisions/65d3e16809d780f06d7a2a0feb0dd2be9246c0f8
4 days ago I tried the way you mentioned: I fixed an issue in kde 4.13
https://projects.kde.org/projects/kde/kdesdk/umbrello/repository/revisions/7f661fed65d5948e4de14981858241f63ea8e8de
and tried to merge it into 4.14 and master and got the same bad
experience :-(
The question is why is merging old umbrello branches so much work ? Is
there any better way ?
>
> Can anyone confirm that 4.14 indeed contains everything it should?
Any official way to verify this ?
Today I did run the following
git checkout -f KDE/4.14
git rebase origin/KDE/4.13
# skip all conflicted commits
git pull --rebase
At the end I got two additional commits: One of them
45d7fb6301b2f6f4b2cc595dbd85e8b6f415d43b I have to revert because it was
outdated and lead to compile failures.
Regards
Ralf
More information about the umbrello-devel
mailing list