From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: [beuc@gnu.org: Re: [Savannah-hackers-public] bzr move from sftp:// to bzr+ssh:// [done]] Date: Mon, 11 Oct 2010 09:01:32 +0200 Message-ID: <8762x9fc1f.fsf@turtle.gmx.de> References: <4CB1F16C.7060107@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286780533 25438 80.91.229.12 (11 Oct 2010 07:02:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2010 07:02:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 11 09:02:12 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 1P5COa-0006C8-HU for ged-emacs-devel@m.gmane.org; Mon, 11 Oct 2010 09:02:12 +0200 Original-Received: from localhost ([127.0.0.1]:58928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5COY-00072b-7h for ged-emacs-devel@m.gmane.org; Mon, 11 Oct 2010 03:02:02 -0400 Original-Received: from [140.186.70.92] (port=38389 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5COK-00071o-55 for emacs-devel@gnu.org; Mon, 11 Oct 2010 03:01:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5COF-00031E-6J for emacs-devel@gnu.org; Mon, 11 Oct 2010 03:01:47 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:52338 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P5COE-0002zt-Oz for emacs-devel@gnu.org; Mon, 11 Oct 2010 03:01:43 -0400 Original-Received: (qmail invoked by alias); 11 Oct 2010 07:01:39 -0000 Original-Received: from p548628C6.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.40.198] by mail.gmx.net (mp058) with SMTP; 11 Oct 2010 09:01:39 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1/LcXUtjgTLpSvGKI9IqxqfkIHXX7frbgZjJjIiZK QXP+liGfkVxlk9 Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id CFE123F443; Mon, 11 Oct 2010 09:01:32 +0200 (CEST) In-Reply-To: <4CB1F16C.7060107@gmail.com> (Christoph's message of "Sun, 10 Oct 2010 11:01:32 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:131597 Archived-At: On 2010-10-10 19:01 +0200, Christoph wrote: > On 10/10/2010 06:39 AM, Eli Zaretskii wrote: > >> The migration should be completed now. >> >> bzr:// and bzr+ssh:// are enabled. >> sftp:// is disabled. >> >> Your project bzr page is updated with the new URLs, e.g.: >> https://savannah.gnu.org/bzr/?group=emacs >> https://savannah.gnu.org/bzr/?group=pdf > > Does this work for the http access, too? > > I.e. can http://bzr.savannah.gnu.org/r/emacs/trunk be converted to use > the bzr protocol? Yes. > How would I go about that? Check out a new branch? No, just edit .bzr/branch/branch.conf in each of your branches. For the trunk, point it to bzr://bzr.savannah.gnu.org/emacs/trunk (note that the extra /r from the http URL is gone). Sven