From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: What a modern collaboration toolkit looks like Date: Mon, 07 Jan 2008 10:37:21 -0500 Message-ID: References: <20080101171120.GC3830@muc.de> <20080101.190535.32709273.wl@gnu.org> <20080101182742.GE3830@muc.de> <20080101.192802.05328072.wl@gnu.org> <20080103010807.GB13318@kobe.laptop> <85wsqqnfce.fsf@lola.goethe.zz> <85bq80mgut.fsf@lola.goethe.zz> <85fxxbjjk2.fsf@lola.goethe.zz> <85k5mmdp87.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199720309 25974 80.91.229.12 (7 Jan 2008 15:38:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 15:38:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 07 16:38:47 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBu3i-0004Gk-MU for ged-emacs-devel@m.gmane.org; Mon, 07 Jan 2008 16:38:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBu3L-0002PB-P0 for ged-emacs-devel@m.gmane.org; Mon, 07 Jan 2008 10:38:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBu2h-0002GZ-Ke for emacs-devel@gnu.org; Mon, 07 Jan 2008 10:37:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBu2f-0002GN-2P for emacs-devel@gnu.org; Mon, 07 Jan 2008 10:37:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBu2e-0002GK-RH for emacs-devel@gnu.org; Mon, 07 Jan 2008 10:37:32 -0500 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBu2b-0004gz-6t; Mon, 07 Jan 2008 10:37:29 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id C86202CEF6E; Mon, 7 Jan 2008 10:37:28 -0500 (EST) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 733D83FE0; Mon, 7 Jan 2008 10:37:21 -0500 (EST) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 603AD6CAB6; Mon, 7 Jan 2008 10:37:21 -0500 (EST) In-Reply-To: <85k5mmdp87.fsf@lola.goethe.zz> (David Kastrup's message of "Mon, 07 Jan 2008 09:17:12 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86485 Archived-At: > You just need to get the history once. After that, only deltas are > transmitted. Until you need to checkout a new copy of the trunk, of course. Also, many DVCS keep a copy of the repository per checked out tree, which becomes costly when you have many checked out trees (e.g. unicode, multi-tty, trunk, your-own, 22, lexbind, yournameit, plus some copies for tentative hacks, ...). Stefan