should I panic or just worry

View: New views
11 Messages — Rating Filter:   Alert me  

should I panic or just worry

by vince kraemer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am running into the following message when I try to 'hg pull -u'...

vkraemer$ hg pull -u
pulling from http://hg.netbeans.org/web-main
searching for changes
adding changesets
adding manifests
transaction abort!
rollback completed
abort: 00manifest.i@47098e67a01d: unknown parent!


Am I really up the creek...



Re: should I panic or just worry

by Dmitry Lipin-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Vince,

http://mercurial.selenic.com/bts/issue1740

Dmitry

vince kraemer wrote:

> I am running into the following message when I try to 'hg pull -u'...
>
> vkraemer$ hg pull -u
> pulling from http://hg.netbeans.org/web-main
> searching for changes
> adding changesets
> adding manifests
> transaction abort!
> rollback completed
> abort: 00manifest.i@47098e67a01d: unknown parent!
>
>
> Am I really up the creek...
>
>

--
Dmitry Lipin
NetBeans Installer Team
Sun Microsystems, Inc.
Phone EMEA/APAC x33354 AMER x7033354
Email: Dmitry.Lipin@...


Re: should I panic or just worry

by Dmitry Lipin-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry, it looks like unrelated.

Dmitry

Dmitry Lipin wrote:

> Hi Vince,
>
> http://mercurial.selenic.com/bts/issue1740
>
> Dmitry
>
> vince kraemer wrote:
>> I am running into the following message when I try to 'hg pull -u'...
>>
>> vkraemer$ hg pull -u
>> pulling from http://hg.netbeans.org/web-main
>> searching for changes
>> adding changesets
>> adding manifests
>> transaction abort!
>> rollback completed
>> abort: 00manifest.i@47098e67a01d: unknown parent!
>>
>>
>> Am I really up the creek...
>>
>>
>

--
Dmitry Lipin
NetBeans Installer Team
Sun Microsystems, Inc.
Phone EMEA/APAC x33354 AMER x7033354
Email: Dmitry.Lipin@...


Re: should I panic or just worry

by Tomasz Slota :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Same happened to me, Petr Jiricka and Marek Fukala today. We are all
using OS X....

Another extremely frustrating issue with Mercurial...

-TS


Dmitry Lipin wrote:

> Sorry, it looks like unrelated.
>
> Dmitry
>
> Dmitry Lipin wrote:
>> Hi Vince,
>>
>> http://mercurial.selenic.com/bts/issue1740
>>
>> Dmitry
>>
>> vince kraemer wrote:
>>> I am running into the following message when I try to 'hg pull -u'...
>>>
>>> vkraemer$ hg pull -u
>>> pulling from http://hg.netbeans.org/web-main
>>> searching for changes
>>> adding changesets
>>> adding manifests
>>> transaction abort!
>>> rollback completed
>>> abort: 00manifest.i@47098e67a01d: unknown parent!
>>>
>>>
>>> Am I really up the creek...
>>>
>>>
>>
>


Re: should I panic or just worry

by Radosław Smogura :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's all hg. Bugs like this, long transfer size...
Dnia poniedziałek 19 październik 2009 o 17:18:09 Tomasz Slota napisał(a):

> Same happened to me, Petr Jiricka and Marek Fukala today. We are all
> using OS X....
>
> Another extremely frustrating issue with Mercurial...
>
> -TS
>
> Dmitry Lipin wrote:
> > Sorry, it looks like unrelated.
> >
> > Dmitry
> >
> > Dmitry Lipin wrote:
> >> Hi Vince,
> >>
> >> http://mercurial.selenic.com/bts/issue1740
> >>
> >> Dmitry
> >>
> >> vince kraemer wrote:
> >>> I am running into the following message when I try to 'hg pull -u'...
> >>>
> >>> vkraemer$ hg pull -u
> >>> pulling from http://hg.netbeans.org/web-main
> >>> searching for changes
> >>> adding changesets
> >>> adding manifests
> >>> transaction abort!
> >>> rollback completed
> >>> abort: 00manifest.i@47098e67a01d: unknown parent!
> >>>
> >>>
> >>> Am I really up the creek...
>

Re: should I panic or just worry

by Michal Zlamal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This isn't Hg #1740, for sure.

If you run:
hg pull -r 8c59aa4b4eb8efda5a90b0cbd308c0ff65ed580b
hg pull

you should be OK.

-M
On Oct 19, 2009, at 5:18 PM, Tomasz Slota wrote:

> Same happened to me, Petr Jiricka and Marek Fukala today. We are all  
> using OS X....
>
> Another extremely frustrating issue with Mercurial...
>
> -TS
>
>
> Dmitry Lipin wrote:
>> Sorry, it looks like unrelated.
>>
>> Dmitry
>>
>> Dmitry Lipin wrote:
>>> Hi Vince,
>>>
>>> http://mercurial.selenic.com/bts/issue1740
>>>
>>> Dmitry
>>>
>>> vince kraemer wrote:
>>>> I am running into the following message when I try to 'hg pull -
>>>> u'...
>>>>
>>>> vkraemer$ hg pull -u
>>>> pulling from http://hg.netbeans.org/web-main
>>>> searching for changes
>>>> adding changesets
>>>> adding manifests
>>>> transaction abort!
>>>> rollback completed
>>>> abort: 00manifest.i@47098e67a01d: unknown parent!
>>>>
>>>>
>>>> Am I really up the creek...
>>>>
>>>>
>>>
>>
>
--
Michal Zlamal                      SUN Microsystems, Inc., SSG
Architect, Build Engineering       V Parku 2308/8, Praha 4
Michal.Zlamal@...              phone: +420 233 009 227



smime.p7s (3K) Download Attachment

Re: should I panic or just worry

by Jesse Glick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dmitry Lipin wrote:
> Sorry, it looks like unrelated.

It is unrelated. However if you are asked to resolve a conflict between changed/deleted in NodeFactorySupportTest.java please select "changed".

We are still trying to figure out what is going on with 47098e67a01d.


Re: should I panic or just worry

by Daoud :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This hasn't resolved the same issue for me.

Daoud AbdelMonem Faleh.

Michal Zlamal a écrit :

> This isn't Hg #1740, for sure.
>
> If you run:
> hg pull -r 8c59aa4b4eb8efda5a90b0cbd308c0ff65ed580b
> hg pull
>
> you should be OK.
>
> -M
> On Oct 19, 2009, at 5:18 PM, Tomasz Slota wrote:
>
>> Same happened to me, Petr Jiricka and Marek Fukala today. We are all
>> using OS X....
>>
>> Another extremely frustrating issue with Mercurial...
>>
>> -TS
>>
>>
>> Dmitry Lipin wrote:
>>> Sorry, it looks like unrelated.
>>>
>>> Dmitry
>>>
>>> Dmitry Lipin wrote:
>>>> Hi Vince,
>>>>
>>>> http://mercurial.selenic.com/bts/issue1740
>>>>
>>>> Dmitry
>>>>
>>>> vince kraemer wrote:
>>>>> I am running into the following message when I try to 'hg pull -u'...
>>>>>
>>>>> vkraemer$ hg pull -u
>>>>> pulling from http://hg.netbeans.org/web-main
>>>>> searching for changes
>>>>> adding changesets
>>>>> adding manifests
>>>>> transaction abort!
>>>>> rollback completed
>>>>> abort: 00manifest.i@47098e67a01d: unknown parent!
>>>>>
>>>>>
>>>>> Am I really up the creek...
>>>>>
>>>>>
>>>>
>>>
>>
>
> --
> Michal Zlamal                      SUN Microsystems, Inc., SSG
> Architect, Build Engineering       V Parku 2308/8, Praha 4
> Michal.Zlamal@...              phone: +420 233 009 227
>


Re: should I panic or just worry

by Jesse Glick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Try the following:

hg pull -r cedc6b47df33
hg pull


Re: Re: should I panic or just worry

by Daoud :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jesse Glick a écrit :
> Try the following:
>
> hg pull -r cedc6b47df33
> hg pull
>
thx that resolved the issue.

--Daoud AbdelMonem Faleh

Re: Re: should I panic or just worry

by Michel Graciano :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Looks like it works for me too. I found it in nb wiki page [1].

Regards
[1] http://wiki.netbeans.org/HgBug47098e67a01d

On Fri, Oct 23, 2009 at 1:35 PM, Daoud AbdelMonem Faleh <abdelmonem.faleh@...> wrote:
Jesse Glick a écrit :
> Try the following:
>
> hg pull -r cedc6b47df33
> hg pull
>
thx that resolved the issue.

--Daoud AbdelMonem Faleh



--
Michel Graciano
Summa Technologies do Brasil Ltda.
http://www.michelgraciano.com
https://genesis.dev.java.net/
http://translatedfiles.netbeans.org/index_pt_BR.html
https://copypastehistory.dev.java.net/