From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: bzr check Date: Thu, 14 Jan 2010 13:15:23 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1263471533 12713 80.91.229.12 (14 Jan 2010 12:18:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Jan 2010 12:18:53 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 14 13:18:46 2010 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 1NVOez-0002D5-Vd for ged-emacs-devel@m.gmane.org; Thu, 14 Jan 2010 13:18:46 +0100 Original-Received: from localhost ([127.0.0.1]:44759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVOf0-0003tz-Og for ged-emacs-devel@m.gmane.org; Thu, 14 Jan 2010 07:18:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVOdI-0002tG-1X for emacs-devel@gnu.org; Thu, 14 Jan 2010 07:17:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVOdD-0002pw-81 for emacs-devel@gnu.org; Thu, 14 Jan 2010 07:16:59 -0500 Original-Received: from [199.232.76.173] (port=43363 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVOdD-0002ps-2Q for emacs-devel@gnu.org; Thu, 14 Jan 2010 07:16:55 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:11397) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVOdC-0004oI-Qx for emacs-devel@gnu.org; Thu, 14 Jan 2010 07:16:54 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVOdC-0006ef-6Z for emacs-devel@gnu.org; Thu, 14 Jan 2010 07:16:54 -0500 Original-Received: by bwz7 with SMTP id 7so17462041bwz.26 for ; Thu, 14 Jan 2010 04:16:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=bUT0P31V+hRnEMtEAPdt4He7f4FzuMJg0xh02cfw1jM=; b=W9xdkotuoXMjEjcnAcaWDDfoSCpiJDE7dA6llfLH+pnCCHJuytI/0/5A1FynEJAsKy rQJpEL/iBcquakFY78MAg+DgT8lwMQiKlm4STn9XqsZDPOwUVjOl18Rjyfty+WkWMaWg Z2YhtJhmxJGCOcMjoWnnRGGM3WdI77MwJ2l4M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=gJBuQ7wBD5KldungFOdDk2YuOtp+OG0ygfNJHQ321T17CkQYMEtIxqwr3HAbwOcLuD qFokMSWbZZkBghAIWETtqquCU6QAmJSI3daz69YcOau+sKXEDp4jROmaRLPOWj8uJvv/ ifDtraBngGzJNuXzZmSCIbSj7ZQjd3d3V85f4= Original-Received: by 10.204.11.6 with SMTP id r6mr405542bkr.29.1263471412255; Thu, 14 Jan 2010 04:16:52 -0800 (PST) X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:119984 Archived-At: Contrarily to some opinions voiced here, I'm quite happy with both the feature set and the performance of Bazaar (though any improvement will be welcome, as will bzr+shh). However, there's one operation that I just cannot do on Windows: "bzr check" of the repository. At the rate it works, I estimate more than 24 hours to check it. It's that a consequence of the Emacs repository size, or Bazaar performance on NTFS, or just something in my setup? Juanma