Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261260AbVDICc6 (ORCPT ); Fri, 8 Apr 2005 22:32:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261261AbVDICc6 (ORCPT ); Fri, 8 Apr 2005 22:32:58 -0400 Received: from warden2-p.diginsite.com ([209.195.52.120]:14768 "HELO warden2.diginsite.com") by vger.kernel.org with SMTP id S261260AbVDICc4 (ORCPT ); Fri, 8 Apr 2005 22:32:56 -0400 From: David Lang To: Andrea Arcangeli Cc: Linus Torvalds , Martin Pool , linux-kernel@vger.kernel.org Date: Fri, 8 Apr 2005 19:32:02 -0700 (PDT) X-X-Sender: dlang@dlang.diginsite.com Subject: Re: Kernel SCM saga.. In-Reply-To: <20050409022701.GA14085@opteron.random> Message-ID: References: <20050407014727.GA17970@havoc.gtf.org> <1112852302.29544.75.camel@hope> <1112939769.29544.161.camel@hope> <20050408083839.GC3957@opteron.random> <20050409022701.GA14085@opteron.random> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1558 Lines: 30 On Sat, 9 Apr 2005, Andrea Arcangeli wrote: > On Fri, Apr 08, 2005 at 05:12:49PM -0700, Linus Torvalds wrote: >> really designed for something like a offline http grabber, in that you can >> just grab files purely by filename (and verify that you got them right by >> running sha1sum on the resulting local copy). So think "wget". > > I'm not entirely convinced wget is going to be an efficient way to > synchronize and fetch your tree, its simplicitly is great though. It's a > tradeoff between optimzing and re-using existing tools (like webservers). > Perhaps that's why you were compressing the stuff too? It sounds better > not to compress the stuff on-disk, and to synchronize with a rsync-like > protocol (rsync server would make it) that handles the compression in > the network protocol itself, and in turn that can apply compression to a > large blob (i.e. the diff between the trees), and not to the single tiny > files. note that many webservers will compress the data for you on the fly as well, so there's even less need to have it pre-compressed David Lang -- There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies. -- C.A.R. Hoare - 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/