WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] git question

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] git question
From: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
Date: Sat, 14 Aug 2010 12:11:13 +0100
Cc: Stefan Kuhne <stefan.kuhne@xxxxxxx>
Delivery-date: Sat, 14 Aug 2010 04:15:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C666121.60806@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4C666121.60806@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100805 Icedove/3.0.6
On 14/08/10 10:25, Stefan Kuhne wrote:
Hello,

how can i get pv/pcifront-2.6.32 from Konrad.
When i make "git clone
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
xen-pcifront/" i get a complete 2.6.34 Kernel Tree.

  git branch -a

After you have identified the remote branch you want to clone (origin is the remote that you're originally cloning from)

  git checkout --track origin/X

In your case i suppose you want:

  git checkout --track origin/pv/pcifront-2.6.32

Then you can verify everything is alright doing a :

  git branch

It should list a master branch and a pv/pcifront-2.6.32 branch that should be your current branch (the presence of the * indicate your current branch)

--
Vincent

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>