From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ari Roponen Newsgroups: gmane.emacs.devel Subject: Re: bzr:// vz nosmart+bzr:// Date: Mon, 10 Oct 2011 12:36:48 +0300 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318239420 3073 80.91.229.12 (10 Oct 2011 09:37:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2011 09:37:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 11:36:53 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 1RDCI1-00062j-Ms for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2011 11:36:53 +0200 Original-Received: from localhost ([::1]:46970 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDCI1-0000l3-66 for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2011 05:36:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDCHy-0000ky-OP for emacs-devel@gnu.org; Mon, 10 Oct 2011 05:36:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDCHx-0000Ba-Sw for emacs-devel@gnu.org; Mon, 10 Oct 2011 05:36:50 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:56191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDCHx-0000BC-Nc; Mon, 10 Oct 2011 05:36:49 -0400 Original-Received: by ywe9 with SMTP id 9so6172363ywe.0 for ; Mon, 10 Oct 2011 02:36:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=K56qGSPIXCkJAdpdmlbCQfndz/PYy4ZNfhnzmzSP/xw=; b=Vi1Pn2DGsLtxc+En6I3TYTMMdwPC38KUyhfpJzIpdjbez8EE/WP4nR+i4e7ryMVPRC nWAzGhCrTCdyVqC9QYBX1GLmWuuwMZK+Gsy2kgqCmoY/cjHKl/goz5QJpbOGwnuiicwa 49GNhF0h2xBJpilmF0t2TqlFgxq37bL5Np+jI= Original-Received: by 10.223.75.137 with SMTP id y9mr31219224faj.14.1318239407494; Mon, 10 Oct 2011 02:36:47 -0700 (PDT) Original-Received: from arirop (dsl-jklbrasgw1-fe17fb00-113.dhcp.inet.fi. [84.251.23.113]) by mx.google.com with ESMTPS id m26sm30603739fac.6.2011.10.10.02.36.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Oct 2011 02:36:46 -0700 (PDT) In-Reply-To: (Eli Zaretskii's message of "Mon, 10 Oct 2011 04:43:10 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 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:144809 Archived-At: Eli Zaretskii writes: > Would people please time the following 2 commands and see if this > observation is correct in general? If it is, I'd like to update the > instructions on the wiki, because describing 2 different protocols > there might unnecessarily confuse new users. > > bzr branch nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk/ > bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk/ [nosmart]$ time bzr branch nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk/ Branched 106042 revision(s). real 23m21.398s user 9m32.193s sys 0m8.146s [bzr]$ time bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk/ Branched 106042 revision(s). real 12m27.467s user 7m25.061s sys 0m10.856s -- Ari Roponen