From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: git archive not updated since april 1st (no fooling) Date: Thu, 19 May 2011 20:21:10 +0300 Message-ID: <83y622fvy1.fsf@gnu.org> References: <87liyo271b.fsf@gmail.com> <87pqnf99iu.fsf@msstf091.ucc.ie> <87tycre1t2.fsf@gmail.com> <87d3jfnook.fsf@gmail.com> <87oc2zat3i.fsf@lifelogs.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1305825680 5318 80.91.229.12 (19 May 2011 17:21:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 May 2011 17:21:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 19:21:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QN6uR-0006mX-MC for ged-emacs-devel@m.gmane.org; Thu, 19 May 2011 19:21:15 +0200 Original-Received: from localhost ([::1]:48372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN6uQ-0004Z7-W4 for ged-emacs-devel@m.gmane.org; Thu, 19 May 2011 13:21:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN6uO-0004Z0-5D for emacs-devel@gnu.org; Thu, 19 May 2011 13:21:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QN6uN-0007tt-2A for emacs-devel@gnu.org; Thu, 19 May 2011 13:21:12 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:59118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN6uM-0007tj-P6 for emacs-devel@gnu.org; Thu, 19 May 2011 13:21:11 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LLG00800DGX9D00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Thu, 19 May 2011 20:21:09 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.254.13]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LLG008G6DJ83E30@a-mtaout22.012.net.il>; Thu, 19 May 2011 20:21:09 +0300 (IDT) In-reply-to: <87oc2zat3i.fsf@lifelogs.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139527 Archived-At: > From: Ted Zlatanov > Date: Thu, 19 May 2011 05:21:37 -0500 > > On Thu, 19 May 2011 09:18:35 +0200 Antoine Levitt wrote: > > AL> The main point of git for me is that "bzr diff" and "bzr log" take > AL> ages. I'm not sure why bzr can't cache it somehow, but it's a pain > AL> in the ass to use. > > Worse, they use lots of bandwidth. Huh? Do you have a lightweight checkout or something? That is an absolute no-no with remote repositories. Otherwise, diff and log are completely local operations that don't need any network.