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: Moving to bzr? Date: Sun, 04 Jan 2009 19:05:33 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1231088812 8884 80.91.229.12 (4 Jan 2009 17:06:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2009 17:06:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 04 18:08:01 2009 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 1LJWSH-00012L-DZ for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2009 18:08:01 +0100 Original-Received: from localhost ([127.0.0.1]:58118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJWR2-0000ww-6j for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2009 12:06:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJWPw-0000bG-9s for emacs-devel@gnu.org; Sun, 04 Jan 2009 12:05:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJWPv-0000av-HJ for emacs-devel@gnu.org; Sun, 04 Jan 2009 12:05:35 -0500 Original-Received: from [199.232.76.173] (port=60548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJWPv-0000ap-By for emacs-devel@gnu.org; Sun, 04 Jan 2009 12:05:35 -0500 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:44289) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJWPu-0004yK-PH for emacs-devel@gnu.org; Sun, 04 Jan 2009 12:05:35 -0500 Original-Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KCY00900I2SIU00@i-mtaout1.012.net.il> for emacs-devel@gnu.org; Sun, 04 Jan 2009 19:05:34 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.20.81]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KCY0012KI53ZJU0@i-mtaout1.012.net.il>; Sun, 04 Jan 2009 19:05:28 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:107574 Archived-At: > Date: Sun, 4 Jan 2009 18:12:00 +0530 > From: dhruva > > I am updating bzr from their development branch and hence have the > latest and greatest. When I run a 'bzr pull' on Emacs repo daily, it > is running for >15 mins versus less than 3 mins for git. Is "bzr pull" the equivalent of "cvs up -d"? That is, is that the command to resync with the master repository? Because if it is, it is slower than CVS by a large margin (but so is git's 3 min, so I assume "bzr pull" is not the equivalent of "cvs up -d").