[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1103081215270.2968@kaball-desktop>
Date: Tue, 8 Mar 2011 12:45:25 +0000
From: Stefano Stabellini <stefano.stabellini@...citrix.com>
To: topperxin <topperxin@....com>
CC: Stefano Stabellini <Stefano.Stabellini@...citrix.com>,
Jeremy Fitzhardinge <Jeremy.Fitzhardinge@...rix.com>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"xen-devel@...ts.xensource.com" <xen-devel@...ts.xensource.com>
Subject: Re:Re:Re:[Xen-devel] [PATCH v2 0/6] Xen PV on HVM fixes and
improvements
On Tue, 8 Mar 2011, topperxin wrote:
> >you must be working on the wrong tree :)
>
> git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git 2.6.38-rc6-pvhvm
> isn't it? I get it from this address, you given in the mail.
> cloud you please give me a right address?
> thanks a lot.
You probably cloned my master branch: 2.6.38-rc6-pvhvm is the name of a
branch, if you executed:
git clone git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git 2.6.38-rc6-pvhvm
you just cloned the "master" branch in a directory named "2.6.38-rc6-pvhvm".
try:
git remote update
git branch -r
you should get a list of remote branches available, among which
"2.6.38-rc6-pvhvm".
At this point you can checkout the branch 2.6.38-rc6-pvhvm with this
command:
git checkout -b your_branch_name "origin/2.6.38-rc6-pvhvm"
Powered by blists - more mailing lists