From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Help with bzr access, please! Date: Sat, 16 Oct 2010 19:09:16 +0000 Message-ID: <20101016190916.GA1805@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287255842 21125 80.91.229.12 (16 Oct 2010 19:04:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 16 Oct 2010 19:04:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 16 21:04:01 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.69) (envelope-from ) id 1P7C2y-0005qg-FN for ged-emacs-devel@m.gmane.org; Sat, 16 Oct 2010 21:04:00 +0200 Original-Received: from localhost ([127.0.0.1]:52533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7C2x-0004H7-QM for ged-emacs-devel@m.gmane.org; Sat, 16 Oct 2010 15:03:59 -0400 Original-Received: from [140.186.70.92] (port=39681 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7C20-0003av-E1 for emacs-devel@gnu.org; Sat, 16 Oct 2010 15:03:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7C1z-0007Ko-Cn for emacs-devel@gnu.org; Sat, 16 Oct 2010 15:03:00 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:4161 helo=mail.muc.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7C1z-0007Kj-2t for emacs-devel@gnu.org; Sat, 16 Oct 2010 15:02:59 -0400 Original-Received: (qmail 35399 invoked by uid 3782); 16 Oct 2010 18:56:16 -0000 Original-Received: from acm.muc.de (pD9E51D57.dip.t-dialin.net [217.229.29.87]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Sat, 16 Oct 2010 20:56:14 +0200 Original-Received: (qmail 2023 invoked by uid 1000); 16 Oct 2010 19:09:16 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 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:131764 Archived-At: Hi, Emacs! Is there by now definitive documentation on how to access the ssh+bzr server? I amended my config file a week ago, and now when I try "bzr update", I get the following half of an error message: You tried to execute: bzr serve --inet --directory=/ --allow-writes Sorry, you are not allowed to execute that command. bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. Can somebody perhaps give me the other half of this error message? Or perhaps help me out otherwise. The config file I changed was at ~/emacs/emacs.bzr/trunk/.bzr/branch/branch.conf. The change I made was to replace "sftp:" with "bzr+ssh" each place it occurred. The file now looks like this: parent_location = bzr+ssh://acmacm@bzr.savannah.gnu.org/emacs/trunk/ public_branch = bzr+ssh://acmacm@bzr.savannah.gnu.org/emacs/trunk bound_location = bzr+ssh://acmacm@bzr.savannah.gnu.org/emacs/trunk/ bound = True submit_branch = file:///home/acm/emacs/emacs.bzr/quickfixes/ Thanks in advance! -- Alan Mackenzie (Nuremberg, Germany).