From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Listing branches with bzr Date: Wed, 02 Dec 2009 03:44:18 +0100 Message-ID: <87my225c3h.fsf@telefonica.net> References: <83638qms4h.fsf@gnu.org> <877ht6qsf3.fsf@red-bean.com> <87ljhm72vc.fsf@notengoamigos.org> <87r5re5dii.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259726164 14940 80.91.229.12 (2 Dec 2009 03:56:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 03:56:04 +0000 (UTC) Cc: =?utf-8?Q?=C3=93scar?= Fuentes , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 02 04:55:57 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 1NFgJn-00005F-E6 for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 04:55:55 +0100 Original-Received: from localhost ([127.0.0.1]:47030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFgJm-0007Ze-UD for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 22:55:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFfCg-0000ki-5q for emacs-devel@gnu.org; Tue, 01 Dec 2009 21:44:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFfCb-0000eM-JT for emacs-devel@gnu.org; Tue, 01 Dec 2009 21:44:29 -0500 Original-Received: from [199.232.76.173] (port=34622 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFfCb-0000eB-Fi for emacs-devel@gnu.org; Tue, 01 Dec 2009 21:44:25 -0500 Original-Received: from impaqm1.telefonica.net ([213.4.138.1]:61146) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFfCb-0005Q2-91 for emacs-devel@gnu.org; Tue, 01 Dec 2009 21:44:25 -0500 Original-Received: from IMPmailhost4.adm.correo ([10.20.102.125]) by IMPaqm1.telefonica.net with bizsmtp id C1N21d0112iL0W2012kPqL; Wed, 02 Dec 2009 03:44:23 +0100 Original-Received: from qcore ([83.38.73.112]) by IMPmailhost4.adm.correo with BIZ IMP id C2kM1d0022RMVUr1k2kN6p; Wed, 02 Dec 2009 03:44:23 +0100 X-TE-authinfo: authemail="981711563$telefonica.net" |auth_email="981711563@telefonica.net" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" In-Reply-To: (Lennart Borgman's message of "Wed, 2 Dec 2009 03:17:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Tue, 01 Dec 2009 22:55:50 -0500 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:118107 Archived-At: Lennart Borgman writes: >>>> bzr branches http://bzr.savannah.gnu.org/r/emacs/ >>> >>> Is that a bug, or? >> >> Not a bug AFAIK, just slow. For me it takes about 5 minutes. > > > Isn't it doing the same work as on the server? Is it the network > traffic that makes it so incredibly slow? Possibly the operation is very chatty. > I am thinking about Stephens reply (which I have not had time to > respond to). He mentioned that git uses SHA to identify files why bzr > does not do that? Is that the cause of the time trouble we are seeing? I don't think so. > I would consider that just as serious as a bug. But maybe there is > something I do not understand there. The `branches' command is implemented by the bzrtools plugin, so it can't be considered a bug, or even a perfomance issue, on Bazaar proper. Bazaar has a plugin architecture which makes very easy to add functionality to it (in Python). There are some impressive plugins, like my favorite, bzr-svn, which IMO turns bzr into a better Subversion client than svn itself. --=20 =C3=93scar