All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Marco Sinhoreli <msinhore@gmail.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: First release candidate for 3.2.0
Date: Tue, 11 Dec 2007 11:59:58 +0000	[thread overview]
Message-ID: <1197374398.16562.50.camel@localhost.localdomain> (raw)
In-Reply-To: <20fe3cf60712110348x167434a0h2652716dbab9a384@mail.gmail.com>


On Tue, 2007-12-11 at 09:48 -0200, Marco Sinhoreli wrote:
> Hello Keir, Ian,
> 
> I'm using Debian Etch and the mercurial version is  0.9.1.

That's pretty much identical to me...

>  I'm clone
> the repository with this syntax:
> # hg clone -r '3.2.0-rc1'  http://xenbits.xensource.com/xen-unstable.hg

Really?

        $ hg --version
        Mercurial Distributed SCM (version 0.9.1)
        [...]
        $ hg clone -r '3.2.0-rc1'  http://xenbits.xensource.com/xen-unstable.hg xen-3.2.0-rc1.hg
        abort: clone by revision not supported yet for remote repositories

Perhaps you are cloning the full tree to a local repository and then
cloning the 3.2.0-rc1 tag from that? e.g.
        hg clone http://xenbits.xensource.com/xen-unstable.hg
        hg clone -r '3.2.0-rc1' xen-unstable.hg xen-3.2.0-rc1.hg
???

In that case you will also need to clone the linux-2.6.18-xen.hg tree
next to your full clone.

> I'll try to clone manually.

Can you also try the debugging patch I sent you? It appears that
XEN_ROOT is not being exported into the environment of the
buildconfigs/select-repository script which is very strange.

Ian.

  reply	other threads:[~2007-12-11 11:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-10 11:09 First release candidate for 3.2.0 Keir Fraser
2007-12-10 17:43 ` Stefan de Konink
2007-12-10 19:56   ` Marco Sinhoreli
2007-12-11  9:20     ` Ian Campbell
2007-12-11 11:48       ` Marco Sinhoreli
2007-12-11 11:59         ` Ian Campbell [this message]
2007-12-11 12:02         ` Marco Sinhoreli
2007-12-11 12:08           ` Ian Campbell
2007-12-11  9:24     ` Keir Fraser
2007-12-11 15:27     ` Pradeep Singh
2007-12-11  3:42 ` John Levon
2007-12-11 10:18   ` Keir Fraser
2007-12-12 13:02     ` John Levon
2007-12-12 13:36       ` Keir Fraser
2007-12-12 13:59         ` John Levon
2007-12-12 14:25           ` Keir Fraser
2007-12-12 14:28             ` Keir Fraser
2007-12-12 14:50             ` John Levon
2007-12-12 15:29               ` Keir Fraser
2007-12-13  2:03 ` John Levon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1197374398.16562.50.camel@localhost.localdomain \
    --to=ian.campbell@citrix.com \
    --cc=msinhore@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.