Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262148AbUJZHcf (ORCPT ); Tue, 26 Oct 2004 03:32:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262153AbUJZHcf (ORCPT ); Tue, 26 Oct 2004 03:32:35 -0400 Received: from run.smurf.noris.de ([192.109.102.41]:50599 "EHLO server.smurf.noris.de") by vger.kernel.org with ESMTP id S262148AbUJZHca (ORCPT ); Tue, 26 Oct 2004 03:32:30 -0400 To: linux-kernel@vger.kernel.org Path: not-for-mail From: Matthias Urlichs Newsgroups: smurf.list.linux.kernel Subject: Re: BK kernel workflow Date: Tue, 26 Oct 2004 09:32:20 +0200 Organization: {M:U} IT Consulting Message-ID: References: <41752E53.8060103@pobox.com> <200410242039.25407.mbuesch@freenet.de> NNTP-Posting-Host: kiste.smurf.noris.de Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: server.smurf.noris.de 1098775941 4243 192.109.102.35 (26 Oct 2004 07:32:21 GMT) X-Complaints-To: smurf@noris.de NNTP-Posting-Date: Tue, 26 Oct 2004 07:32:21 +0000 (UTC) User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) X-Face: '&-&kxR\8+Pqalw@VzN\p?]]eIYwRDxvrwEM What do kernel developers think about svk? > (Yes, it's not mature, yet.) > I mean the svk concept. Does it also suck for kernel development? The basic idea seems to be "We need feature X. We have a system that's mostly nice, but it cannot do X. Thus, graft a system to do X onto it. Voila, one SCM which can do everything we need". Experience suggests that if you do that, you end up with an ugly mess. One reason why svk won't work for Linux is this: A true peer-to-peer system requires that both branches are treated equal. Bitkeeper got that one exactly right: if I have two repositories A and B, then importing A to B is the same thing as importing B to A. SVN can't do that, thus svk can't do it either. There are others. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | smurf@smurf.noris.de - 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/