From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: Dom0 source download issue Date: Fri, 22 Jul 2011 09:44:00 +0100 Message-ID: <4E293850.6020509@eu.citrix.com> References: <1311321022.32010.201.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1311321022.32010.201.camel@zakaz.uk.xensource.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: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 07/22/2011 08:50 AM, Ian Campbell wrote: > The are some server-side indices which need to be updated on git push in > order for the http method to work correctly. This sort of thing often > happens when this hasn't happened correctly for one reason or another. > > The git:// method is much more reliable since it does not require this > step (and it's more efficient on the wire etc). I'd strongly recommend > using git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git if > you can. (a bit out of date information..) git supports smart http (which is as efficient as git://) since end of 2009, and it's definitely supported by g.k.o. In this case, Wei you have a choice of either switching to git protocol or upgrading your git version. -- Vincent