From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Switching to bzr: what remains to be done? Date: Mon, 8 Dec 2008 18:45:08 -0800 (PST) Message-ID: <200812090245.mB92j83j019610@mothra.ics.uci.edu> References: <87vdtu332o.fsf@red-bean.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228790743 28321 80.91.229.12 (9 Dec 2008 02:45:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2008 02:45:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 09 03:46:46 2008 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 1L9scV-0003cP-4s for ged-emacs-devel@m.gmane.org; Tue, 09 Dec 2008 03:46:43 +0100 Original-Received: from localhost ([127.0.0.1]:57269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9sbK-0001GC-5A for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2008 21:45:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9sbF-0001Fw-6v for emacs-devel@gnu.org; Mon, 08 Dec 2008 21:45:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9sbD-0001FR-MS for emacs-devel@gnu.org; Mon, 08 Dec 2008 21:45:24 -0500 Original-Received: from [199.232.76.173] (port=57735 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9sbD-0001FL-ER for emacs-devel@gnu.org; Mon, 08 Dec 2008 21:45:23 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:41860) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1L9sbD-0002Q9-1X for emacs-devel@gnu.org; Mon, 08 Dec 2008 21:45:23 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id mB92j8aZ029187; Mon, 8 Dec 2008 18:45:08 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mB92j83j019610; Mon, 8 Dec 2008 18:45:08 -0800 (PST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87vdtu332o.fsf@red-bean.com> (Karl Fogel's message of "Mon, 08 Dec 2008 13:59:59 -0500") Original-Lines: 32 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mB92j8aZ029187 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_BZ 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:106703 Archived-At: Karl Fogel writes: > [repost -- sorry, I accidentally put this in another thread before] > > We've been planning to switch to bzr, but haven't really done so yet. > What's still blocking this? > > I'll serve as a conduit/organizer in bringing the reasons to bzr > developers, if necessary. (It's related to my work anyway.) Here's another one: Assume that bar and baz are registered under bzr, foo is not. Running the command below (-v -S is what emacs uses for the vc-dir command): bzr status -v -S foo bar baz results in: bzr: ERROR: Path(s) do not exist: foo nothing is shown about the other 2 files. this can occur in practice when using vc-dir, when removing an unregistered file, and then doing a refresh. Reference for this bug: https://bugs.launchpad.net/bzr/+bug/306394