monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] Problem with monotone 0.29


From: Nathaniel Smith
Subject: Re: [Monotone-devel] Problem with monotone 0.29
Date: Thu, 24 Aug 2006 06:02:22 -0700
User-agent: Mutt/1.5.12-2006-07-14

On Thu, Aug 24, 2006 at 11:16:09AM +0200, Detlef Vollmann wrote:
> What I did:
> download and unzip a snapshot
> $ mtn --db=/source/monotone/snapshot/oe-060823.mtn pull 
> monotone.openembedded.org org.openembedded.dev
> mtn: successful exchange with monotone.openembedded.org
> $ mtn --db=/source/monotone/snapshot/oe-060823.mtn checkout 
> --branch=org.openembedded.dev                                                 
>  
> mtn: branch org.openembedded.dev has multiple heads:
> mtn:   8ccc9ddeffbeea9f755fb4b0caf0a811f8221384 address@hidden 
> 2006-08-23T19:22:52
> mtn:   c9f0e213d8e0fdc01e39c1d5ebd4f3e5de4db6b1 address@hidden 
> 2006-08-23T20:44:12
> mtn: choose one with 'mtn checkout -r<id>'
> mtn: error: branch org.openembedded.dev has multiple heads
> 
> Then I did the pull again, and the checkout still had problems.
> So I did:
> $ mtn --db=/source/monotone/snapshot/oe-060823.mtn checkout 
> --branch=org.openembedded.dev 
> --revision=c9f0e213d8e0fdc01e39c1d5ebd4f3e5de4db6b1
> 
> and this is the command that is still running (after checking out
> about 140MB) ...

Odd; I just ran exactly this command with the static linux/x86 0.29
binary we distribute, and the checkout completed fine in not much time
at all.  ~20 seconds CPU time, somewhat more than that real.

What system are you on?  Is it possible your build is broken somehow?
Can you determine where monotone is freezing up?  Is it using CPU?  If
you attach to it with gdb, can you get a backtrace (by doing:
  $ gdb `which mtn` `pidof mtn`
  (gdb) backtrace
)?  Does strace say anything interesting?

-- Nathaniel

-- 
Sentience can be such a burden.




reply via email to

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