From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Cross Newsgroups: gmane.emacs.devel Subject: Re: bzr not working? Date: Thu, 13 Oct 2011 10:13:33 +1100 Message-ID: References: <83y5wtxzwv.fsf@gnu.org> <83ty7ewqeu.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1318461226 25959 80.91.229.12 (12 Oct 2011 23:13:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 23:13:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 01:13:43 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 1RE7za-0005EE-07 for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 01:13:42 +0200 Original-Received: from localhost ([::1]:53671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE7zZ-0006ba-DU for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 19:13:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE7zV-0006bC-0E for emacs-devel@gnu.org; Wed, 12 Oct 2011 19:13:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE7zU-000764-2n for emacs-devel@gnu.org; Wed, 12 Oct 2011 19:13:36 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:41397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE7zS-00075r-CO; Wed, 12 Oct 2011 19:13:34 -0400 Original-Received: by iagj37 with SMTP id j37so680589iag.0 for ; Wed, 12 Oct 2011 16:13:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=RSf1Sf4WS3NFJ5RRawNzgJxNHzKmEYNTZULGtl2XdzY=; b=w/Fz9XHYhoie1W09oebD0pBHv6jWIJOna3q/FCjMbPjcxxSjWoUSNxg7fPFqZ5Xkjk 9A77q5m0hNHXVVWFM4gNIsERddZXD5eXA3oPEGtfC7edh3Q/wWz1En47sR3idH99TftH NraZvC+XQ91p6v16xHLzdmukfPAAcV2BLLGc4= Original-Received: by 10.231.50.202 with SMTP id a10mr560571ibg.39.1318461213688; Wed, 12 Oct 2011 16:13:33 -0700 (PDT) Original-Received: by 10.231.12.67 with HTTP; Wed, 12 Oct 2011 16:13:33 -0700 (PDT) In-Reply-To: <83ty7ewqeu.fsf@gnu.org> 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:145075 Archived-At: On Wed, Oct 12, 2011 at 7:43 PM, Eli Zaretskii wrote: >> Date: Wed, 12 Oct 2011 10:35:13 +1100 >> From: Tim Cross >> Cc: emacs-devel@gnu.org >> >> Has anyone heard anything more regarding a resolution for this issue? >> I've heard nothing from the savannah admins and stil cannot access the >> bzr repository. > > You didn't subscribe to savannah-hackers-public, and evidently don't > read the archives, so you are unaware of the continuing discussion on > this matter. =A0Please look in the archives, if you are interested. > > In a nutshell, after a day and a half of testing on 3 different > machine, my conclusion is that the problem I succeeded to reproduce is > a different problem. =A0It evidently causes any bzr connection that > takes longer than 1 hour to be forcibly dropped after precisely 1 > hour. =A0(Due to the long time, I can only reproduce this with an > initial "bzr branch" command, and only on machines with slow > connection.) =A0There's probably some timeout somewhere on savannah, and > savannah admins will be looking for it. > > But that is not your problem, because you reported a much faster > disconnect. =A0So I suggest that you run "bzr -Dhpss pull" on the > machine where this happens, and post the last portion of the .bzr.log > file as a followup to your original message. =A0That should give the > savannah admins information about what happens in the transport that > causes the problem. > > TIA > > I have sent another message to the savannah list with the output from -Dhpss. I also tried accessing another bzr repository on savannah (color-theme) and got the same error. However, I can access bzr repositories on other hosts, such as launchpad.net with no problems, so it does seem to be savannah specific. I can also use the git mirrors on savannah with no problems, which is what I'm doing now to update my emacs code. While I would prefer to use bzr as it is the 'official' repository, using git is actually more convenient, seems faster and has better emacs integration. Now that the git mirror is being updated regularly, I'm happy to use it for the time being, so this issue is less urgent for me than it was. Tim --=20 Tim Cross Phone: 0428 212 217