From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Emacs bzr access problems Date: Sun, 31 Jul 2011 11:59:34 -0600 Message-ID: <4E359806.6090002@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312138934 24408 80.91.229.12 (31 Jul 2011 19:02:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Jul 2011 19:02:14 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 31 21:02:10 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 1QnbH5-00031s-0o for ged-emacs-devel@m.gmane.org; Sun, 31 Jul 2011 21:02:07 +0200 Original-Received: from localhost ([::1]:53844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QnaJ8-0000cp-MI for ged-emacs-devel@m.gmane.org; Sun, 31 Jul 2011 14:00:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QnaIi-00004v-B7 for Emacs-devel@gnu.org; Sun, 31 Jul 2011 13:59:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QnaIh-0007rL-68 for Emacs-devel@gnu.org; Sun, 31 Jul 2011 13:59:44 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:56665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QnaIg-0007rF-V6 for Emacs-devel@gnu.org; Sun, 31 Jul 2011 13:59:43 -0400 Original-Received: by iyb14 with SMTP id 14so7457284iyb.0 for ; Sun, 31 Jul 2011 10:59:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=+/E/FcZnPSPlnWnuoDK5IsQaPPtXPhJ8AxynwSaq7gI=; b=IXM12MWK6DQY3xK+HExDUgPK5w6ASVHbyC1PLz2HnN6tczVIWDISlBOdhLOyM2LuFk pu8VJ3NJZy1HoSlTnF0c/iU/1wuAYf7jvp+JTWSTXwmh/cn/r8FUJxOdzsHB+eZzgjvc ox9ltiQdMrHztpLPnottekFH8iFk4yO2r+4s4= Original-Received: by 10.42.163.70 with SMTP id b6mr2367431icy.168.1312135180172; Sun, 31 Jul 2011 10:59:40 -0700 (PDT) Original-Received: from [192.168.1.4] (71-208-125-36.hlrn.qwest.net [71.208.125.36]) by mx.google.com with ESMTPS id vj5sm5632552icb.11.2011.07.31.10.59.38 (version=SSLv3 cipher=OTHER); Sun, 31 Jul 2011 10:59:39 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:142596 Archived-At: Since a couple of days ago (that's when I first noticed it) I am having trouble updating my local bzr repos from the Emacs trunk. The branch set up with ssh works fine. The ones without ssh, branched from `nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk' won't update on `bzr pull'. The error I get is: Using saved parent location: bzr://bzr.savannah.gnu.org/emacs/trunk/ bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. Not sure if this is an Emacs bzr problem or a general bzr problem. The problem exists on Windows (bzr v2.3.3) as well as GNU/Linux (bzr v2.3.4). Anybody else having issues like this? Christoph