marius adrian popa
[PHP-DEV] Got a git merge conflict in main/output.c
March 29, 2012 05:10PM
I try to push a bug fix https://bugs.php.net/bug.php?id=60947 for php
into 5.4 and trunk

git merge --no-ff --log PHP-5.3
Auto-merging main/output.c
CONFLICT (content): Merge conflict in main/output.c
Automatic merge failed; fix conflicts and then commit the result.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Gustavo Lopes
Re: [PHP-DEV] Got a git merge conflict in main/output.c
March 29, 2012 05:20PM
On Thu, 29 Mar 2012 17:06:57 +0200, marius adrian popa <[email protected]>
wrote:

> I try to push a bug fix https://bugs.php.net/bug.php?id=60947 for php
> into 5.4 and trunk
>
> git merge --no-ff --log PHP-5.3
> Auto-merging main/output.c
> CONFLICT (content): Merge conflict in main/output.c
> Automatic merge failed; fix conflicts and then commit the result.
>

The 5.3 specific commit was left unmerged for a while, but it's already
been merged (since 67bf07f). You likely forgot to pull. Do git fetch
origin, go back to 5.3, rebase onto origin/PHP-5.3 (git rebase
origin/PHP-5.3) and then resume merging upwards (not forgetting to, before
the merge, pull or merge 5.4 and master with origin/PHP-5.4 or
origin/master).

--
Gustavo Lopes

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
marius adrian popa
Re: [PHP-DEV] Got a git merge conflict in main/output.c
March 29, 2012 05:50PM
On Thu, Mar 29, 2012 at 6:14 PM, Gustavo Lopes <[email protected]> wrote:
> On Thu, 29 Mar 2012 17:06:57 +0200, marius adrian popa <[email protected]>
> wrote:
>
>> I try to push a bug fix  https://bugs.php.net/bug.php?id=60947 for php
>> into 5.4 and trunk
>>
>> git merge --no-ff --log PHP-5.3
>> Auto-merging main/output.c
>> CONFLICT (content): Merge conflict in main/output.c
>> Automatic merge failed; fix conflicts and then commit the result.
>>
>
> The 5.3 specific commit was left unmerged for a while, but it's already been
> merged (since 67bf07f). You likely forgot to pull. Do git fetch origin, go
> back to 5.3, rebase onto origin/PHP-5.3 (git rebase origin/PHP-5.3) and then
> resume merging upwards (not forgetting to, before the merge, pull or merge
> 5.4 and master with origin/PHP-5.4 or origin/master).
Thanks that is solved now , but now seems that i need more karma for
the ext/interbase/pdo_firebird folder

git push origin

remote: Welcome mariuz.
remote: You have insufficient Karma!
remote: I'm sorry, I cannot allow you to write to
remote: php-src.git/ext/interbase/ibase_service.c
remote: Have a nice day.
To git@git.php.net:php-src.git
! [remote rejected] PHP-5.3 -> PHP-5.3 (pre-receive hook declined)
! [remote rejected] PHP-5.4 -> PHP-5.4 (pre-receive hook declined)
! [remote rejected] master -> master (pre-receive hook declined)

error: failed to push some refs to '[email protected]:php-src.git'


>
> --
> Gustavo Lopes
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry, only registered users may post in this forum.

Click here to login