From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn O. Pearce" Subject: Re: Bad objects error since upgrading GitHub servers to 1.6.1 Date: Tue, 27 Jan 2009 18:02:20 -0800 Message-ID: <20090128020220.GE1321@spearce.org> References: <20090127233939.GD1321@spearce.org> <7v1vuo1f6d.fsf@gitster.siamese.dyndns.org> <7vvds0z1c1.fsf@gitster.siamese.dyndns.org> <7vk58gz04l.fsf@gitster.siamese.dyndns.org> <7vfxj4yzjj.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Junio C Hamano , Johannes Schindelin , git@vger.kernel.org To: PJ Hyett X-From: git-owner@vger.kernel.org Wed Jan 28 03:03:47 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LRzmM-0000vF-EK for gcvg-git-2@gmane.org; Wed, 28 Jan 2009 03:03:46 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752021AbZA1CCW (ORCPT ); Tue, 27 Jan 2009 21:02:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752084AbZA1CCV (ORCPT ); Tue, 27 Jan 2009 21:02:21 -0500 Received: from george.spearce.org ([209.20.77.23]:58878 "EHLO george.spearce.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020AbZA1CCV (ORCPT ); Tue, 27 Jan 2009 21:02:21 -0500 Received: by george.spearce.org (Postfix, from userid 1001) id 9955438210; Wed, 28 Jan 2009 02:02:20 +0000 (UTC) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: PJ Hyett wrote: > > Is there any possibility to have the server code in an upcoming > release account for clients running 1.6.1? I can't think off-hand of a way for the server to know what version the client is. There's nothing really different in the protocol between a 1.6.1 client and a v1.5.5-rc0~44^2 (introduction of include-tag) or later client. So there's no easy way for the server to work around this possible glitch in the client. -- Shawn.