From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Hot Standby, release candidate? |
Date: | 2009-12-14 12:56:27 |
Message-ID: | 9837222c0912140456t732e64e9ve2868eca6543157e@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Dec 14, 2009 at 13:47, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> On Mon, 2009-12-14 at 07:33 -0500, Robert Haas wrote:
>> On Mon, Dec 14, 2009 at 7:22 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>> > I am now unable to push these changes to the shared repo. What is
>> > happening?
>>
>> Perhaps you need to run cvs update on your local copy?
>>
>> (I find this flavor the most useful: "cvs -q update -d" YMMV.)
>>
>> If that's not it, error message?
>
> It was a question for Heikki only, not a CVS issue.
>
> git push ssh://git(at)git(dot)postgresql(dot)org/users/heikki/postgres.git
> hs-simon:hs-riggs
> To ssh://git(at)git(dot)postgresql(dot)org/users/heikki/postgres.git
> ! [rejected] hs-simon -> hs-riggs (non-fast forward)
> error: failed to push some refs to
> 'ssh://git(at)git(dot)postgresql(dot)org/users/heikki/postgres.git'
Same issue can be it in git - did you do a "git pull" before? You may
need merging with what's on there, and for that to work you must pull
before you can push.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Dimitri Fontaine | 2009-12-14 13:01:05 | Re: Range types |
Previous Message | KaiGai Kohei | 2009-12-14 12:50:28 | Re: [PATCH] ACE Framework - Database, Schema |