From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: First release candidate for 3.2.0 Date: Tue, 11 Dec 2007 11:59:58 +0000 Message-ID: <1197374398.16562.50.camel@localhost.localdomain> References: <475D7ABD.5030708@xs4all.nl> <20fe3cf60712101156y7defbdc6n1545bda2641da89e@mail.gmail.com> <1197364856.16562.12.camel@localhost.localdomain> <20fe3cf60712110348x167434a0h2652716dbab9a384@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20fe3cf60712110348x167434a0h2652716dbab9a384@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Marco Sinhoreli Cc: xen-devel List-Id: xen-devel@lists.xenproject.org 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.