|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] First release candidate for 3.2.0
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.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|