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: Re: Moving to bzr? Date: Wed, 7 Jan 2009 01:53:50 +0100 Message-ID: References: <87mye6xnsr.fsf@xemacs.org> <87y6xpvyz6.fsf@xemacs.org> <87ocyk11p5.fsf@canonical.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231289648 30805 80.91.229.12 (7 Jan 2009 00:54:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2009 00:54:08 +0000 (UTC) Cc: Eli Zaretskii , "Stephen J. Turnbull" , Stefan Monnier , emacs-devel@gnu.org To: "Karl Fogel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 07 01:55:18 2009 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 1LKMhW-0004f6-2a for ged-emacs-devel@m.gmane.org; Wed, 07 Jan 2009 01:55:14 +0100 Original-Received: from localhost ([127.0.0.1]:55623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKMgG-0004Kj-IZ for ged-emacs-devel@m.gmane.org; Tue, 06 Jan 2009 19:53:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKMgC-0004Kd-Om for emacs-devel@gnu.org; Tue, 06 Jan 2009 19:53:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKMgC-0004KR-7B for emacs-devel@gnu.org; Tue, 06 Jan 2009 19:53:52 -0500 Original-Received: from [199.232.76.173] (port=43441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKMgC-0004KO-3W for emacs-devel@gnu.org; Tue, 06 Jan 2009 19:53:52 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.153]:23879) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKMgA-0005At-V1; Tue, 06 Jan 2009 19:53:51 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so2713960yxf.66 for ; Tue, 06 Jan 2009 16:53:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WPcouTCyBNBeX/6XZ8+ZkpHPWHUGfdePvT0+acGJVYU=; b=TG7Tm5+b1L93hWyY7fnzA2d1/wQyNtP7QOARDkBOGBtSrQko8kUegxJX0I7aqD7fq7 xTEk4hmzP/5dy9Y55SOml44UpOgRvJhxfk8CXyVllEK0VqJUaEqYWm0cU5fLbf19MFVe /P8D8XlfXsy2qWRbjLE2enUm8FuWcPdbuzsPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=KMeTGRn+hOnwDtmkBJFsWXwrKKGi6uWnr4i+cEIuZZeqA/b7mpyj4Q/NX1tlI21DiH oT9S3knyrPelvS3F9ZKAnSqkbAbYnCsE19N8fjbdM+3jqVrPDNGLAjNKMBAlU5y6Kn0E gu0J2Hjd/6n+uQkdsDD0Ccy2XrUW3m2KDxom8= Original-Received: by 10.100.168.18 with SMTP id q18mr12125847ane.7.1231289630373; Tue, 06 Jan 2009 16:53:50 -0800 (PST) Original-Received: by 10.100.252.15 with HTTP; Tue, 6 Jan 2009 16:53:50 -0800 (PST) In-Reply-To: <87ocyk11p5.fsf@canonical.com> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:107679 Archived-At: On Tue, Jan 6, 2009 at 23:58, Karl Fogel wrote: > Well, let's change one variable at a time, and not add a new process > when we change VC systems. I agree, but still these questions have to be considered. > So I *think* the answer to your question "Is there something developers > should do to switch, other than just installing bzr and cloning the > repository?" is "Nope, that's it!" Other than setting up some public key to allow push access, I suppose. Juanma