From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?windows-1252?Q?=D3scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Fri, 20 Nov 2009 23:51:59 +0100 Message-ID: <87vdh44xo0.fsf@telefonica.net> References: <87zl6vskq0.fsf@red-bean.com> <874op07kb0.fsf@red-bean.com> <87639fr3w7.fsf@red-bean.com> <87vdhfpil2.fsf@red-bean.com> <87einvxy9c.fsf@red-bean.com> <20091118230952.GB908@muc.de> <87my2jw05z.fsf@red-bean.com> <83skc9pbf7.fsf@gnu.org> <87iqd5vw5n.fsf@red-bean.com> <876394dfn2.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1258757747 23782 80.91.229.12 (20 Nov 2009 22:55:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 22:55:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 23:55:40 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 1NBcO7-0002Xg-Tn for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 23:55:36 +0100 Original-Received: from localhost ([127.0.0.1]:46902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBcO7-0004au-H9 for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 17:55:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBcMK-0002Cm-Tg for emacs-devel@gnu.org; Fri, 20 Nov 2009 17:53:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBcMG-00024M-6O for emacs-devel@gnu.org; Fri, 20 Nov 2009 17:53:44 -0500 Original-Received: from [199.232.76.173] (port=59765 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBcMF-000248-UX for emacs-devel@gnu.org; Fri, 20 Nov 2009 17:53:39 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34444) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBcMF-0008GL-D0 for emacs-devel@gnu.org; Fri, 20 Nov 2009 17:53:39 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NBcMD-0001he-6P for emacs-devel@gnu.org; Fri, 20 Nov 2009 23:53:37 +0100 Original-Received: from 4.red-88-24-230.staticip.rima-tde.net ([88.24.230.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Nov 2009 23:53:37 +0100 Original-Received: from ofv by 4.red-88-24-230.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Nov 2009 23:53:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 4.red-88-24-230.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:AVvKtClsA2Wu6GiIxMbSrdEv9v8= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:117389 Archived-At: Chong Yidong writes: > Karl Fogel writes: > >> I've already written http://www.emacswiki.org/emacs/BzrForEmacsDevs. >> My instinct is to start with that, and then answer questions here as as >> people have them, rather than write lots more text only to discover that >> it doesn't answer the questions that actually come up. > > Thanks for writing that page. I noticed that the instructions are given > in terms of terminal commands (bzr merge, bzr push, etc.) It would be > nice to have the vc/vc-dir workflow explicitly spelt out too. Will `C-x > v v' just do the right thing with respect to committing to the local > mirror vs the global repository? I realize that your question is just an example of something that you want to see documented (the answer is that "it depends": if you are working on a checkout of the global repository, the yes, the changes go straight to it on each commit, as is the case for CVS; if you are working on a proper branch or on a checkout or your local mirror, then the answer is no, a `push' (most likely after `merge') is required. I see no functions on vc/vc-dir for `push' nor for `merge'. Everytime I need to do those, I switch to the command line. -- Óscar