From owner-freebsd-questions@FreeBSD.ORG Wed Sep 19 07:04:38 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E823106566B for ; Wed, 19 Sep 2012 07:04:38 +0000 (UTC) (envelope-from legolas@legolasweb.nl) Received: from smtpq2.gn.mail.iss.as9143.net (smtpq2.gn.mail.iss.as9143.net [212.54.34.165]) by mx1.freebsd.org (Postfix) with ESMTP id B67648FC14 for ; Wed, 19 Sep 2012 07:04:37 +0000 (UTC) Received: from [212.54.34.133] (helo=smtp2.gn.mail.iss.as9143.net) by smtpq2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1TEDuA-0001tk-7e for freebsd-questions@freebsd.org; Wed, 19 Sep 2012 08:37:02 +0200 Received: from 5357e32a.cm-6-8d.dynamic.ziggo.nl ([83.87.227.42] helo=homey.local) by smtp2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1TEDu9-0007Cp-SV for freebsd-questions@freebsd.org; Wed, 19 Sep 2012 08:37:02 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 19 Sep 2012 08:38:03 +0200 From: Stas Verberkt To: In-Reply-To: <86wqzrfhhe.fsf@red.stonehenge.com> References: <780066C6E2FAB67A997876B7@Pauls-MacBook-Pro.local> <20567.50041.903201.979498@jerusalem.litteratus.org> <75ca1e92e2a51857615e193434898bf5@homey.local> <20120918081624.173ea6e1@scorpio> <21e99057b51b3078055dc9f2626bd0bc@homey.local> <86wqzrfhhe.fsf@red.stonehenge.com> Message-ID: <1523325d8fb5fd1f4926af2315e70e1a@homey.local> X-Sender: legolas@legolasweb.nl User-Agent: Roundcube Webmail/0.8.1 X-Ziggo-spambar: ---- X-Ziggo-spamscore: -4.7 X-Ziggo-spamreport: ALL_TRUSTED=-1, BAYES_00=-1.9, PROLO_TRUST_RDNS=-3, RDNS_DYNAMIC=0.982, SPF_SOFTFAIL=0.2 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No Subject: Re: What replaces csup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2012 07:04:38 -0000 merlyn@stonehenge.com schreef op : >>>>>> "Stas" == Stas Verberkt writes: > > Stas> On a side note, using Git does mean that everyone has to > download a complete > Stas> repository. This makes using a csup-like architecture quite > Stas> "heavy-weight". > > The entire history of the Linux kernel since switching to git 5 years > ago is stored in a repo that is *less than half the size* of a single > current checkout. > > The entire history of the XFree86 project ended up being a repo that > was > only 2-3 times the size of the current checkout. > > Seriously, don't be afraid of git simply because "it has all the > history". SVN is already worse because it has a single local backup > copy for every live file, 2x right there. > I may have been influenced here by the fact that, in KDE, the size became a problem, due to the large amounts of binary content in the repositories (artwork), which is, of course, not the case for FreeBSD.