From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Pitcock Subject: Re: xen.git branch reorg Date: Mon, 27 Apr 2009 16:07:26 -0500 Message-ID: <1240866446.10269.65.camel@petrie> References: <49F0A797.1050402@goop.org> <1240709312.26370.32.camel@petrie> <49F61A85.9030505@goop.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49F61A85.9030505@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 2009-04-27 at 13:50 -0700, Jeremy Fitzhardinge wrote: > William Pitcock wrote: > > Cloning git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > gives me the following: > > > > nenolod@petrie:~/dev-src$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-xen-next > > Initialized empty Git repository in /home/nenolod/dev-src/linux-xen-next/.git/ > > remote: Counting objects: 1299853, done. > > remote: Compressing objects: 100% (227847/227847), done. > > remote: Total 1299853 (delta 1088065), reused 1275536 (delta 1064482) > > Receiving objects: 100% (1299853/1299853), 306.99 MiB | 411 KiB/s, done. > > Resolving deltas: 100% (1088065/1088065), done. > > warning: remote HEAD refers to nonexistent ref, unable to checkout. > > > > Something seems wrong here. > > > > I don't think its terribly significant; it just means the HEAD is > pointing to a now-deleted branch. I've re-pointed it to something > sensible. But either way, it shouldn't prevent you from checking out > one of the branches. > > Does it work for you now? Yeah, it's working here now. Thanks for that. We intend to start testing the 3.4 release candidate with 2.6.30 paravirt-ops dom0 in our test environment this weekend. William