Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261229AbVDMXmT (ORCPT ); Wed, 13 Apr 2005 19:42:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261230AbVDMXmS (ORCPT ); Wed, 13 Apr 2005 19:42:18 -0400 Received: from khc.piap.pl ([195.187.100.11]:7172 "EHLO khc.piap.pl") by vger.kernel.org with ESMTP id S261229AbVDMXmO (ORCPT ); Wed, 13 Apr 2005 19:42:14 -0400 To: Matt Mackall Cc: Linus Torvalds , Andrea Arcangeli , David Eger , Petr Baudis , "Randy.Dunlap" , Ross Vandegrift , Kernel Mailing List Subject: Re: more git updates.. References: <20050412040519.GA17917@havoc.gtf.org> <20050412081613.GA18545@pasky.ji.cz> <20050412204429.GA24910@havoc.gtf.org> <20050412234005.GJ1521@opteron.random> <20050413001408.GL1521@opteron.random> <20050413204451.GP25554@waste.org> From: Krzysztof Halasa Date: Thu, 14 Apr 2005 01:42:11 +0200 In-Reply-To: <20050413204451.GP25554@waste.org> (Matt Mackall's message of "Wed, 13 Apr 2005 13:44:51 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 879 Lines: 23 Matt Mackall writes: > Now if you can assume that blobs never change and are never deleted, > you can simply append them all onto a log, and then index them with a > separate file containing an htree of (sha1, offset, length) or the > like. That mean a problem with rsync, though. BTW: I think the bandwidth increase compared to bkcvs isn't that obvious. After a file is modified with git, it has to be transmitted (plus small additional things. If a file is modified with bkcvs, it has to be transmitted (the whole RCS file) as well. Only the initial rsync would be much smaller with bkcvs. -- Krzysztof Halasa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/