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: New VC mode -- review request Date: Wed, 03 Oct 2007 19:14:30 -0700 Message-ID: <200710040214.l942EUNr013619@oogie-boogie.ics.uci.edu> References: <20071003103501.GA4997@thyrsus.com> <200710031431.l93EVfFZ021233@oogie-boogie.ics.uci.edu> <20071003170048.GB7014@thyrsus.com> <200710040042.l940g1B6012034@oogie-boogie.ics.uci.edu> <20071004020219.GB12134@thyrsus.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191464213 21571 80.91.229.12 (4 Oct 2007 02:16:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2007 02:16:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: esr@thyrsus.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 04 04:16:48 2007 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 1IdGGd-0005Zm-57 for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2007 04:16:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdGGY-0007n4-Ly for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 22:16:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdGGC-0007dg-Cv for emacs-devel@gnu.org; Wed, 03 Oct 2007 22:16:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdGGB-0007dG-Ng for emacs-devel@gnu.org; Wed, 03 Oct 2007 22:16:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdGGB-0007d9-Iy for emacs-devel@gnu.org; Wed, 03 Oct 2007 22:16:19 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IdGGB-0005QK-7R for emacs-devel@gnu.org; Wed, 03 Oct 2007 22:16:19 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l942EUNr013619; Wed, 3 Oct 2007 19:14:30 -0700 (PDT) In-Reply-To: <20071004020219.GB12134@thyrsus.com> (Eric S. Raymond's message of "Wed\, 3 Oct 2007 22\:02\:19 -0400") Original-Lines: 44 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_22 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 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:80219 Archived-At: "Eric S. Raymond" writes: > Dan Nicolaescu : > > > Hm. I wonder if this is a problem with the hg back end -- I haven't > > > tested that. Can you duplicate this behavior with any other back end? > > > I'll stare at the code around that error message for a bit when I do > > > the merge with top of trunk. > > > > The same thing happens with RCS. > > Very odd. I can't reproduce this. Perhaps I'm not understanding the recipe. mkdir /tmp/test mkdir /tmp/test/RCS cd /tmp/test cp ~/.emacs 1.el cp ~/.emacs 2.el emacs -q 1.el 2.el C-x v i C-x v v for each of the 2 files. After that they should be writable. Quit emacs. echo foo >> 1.el echo foo >> 2.el emacs -q -l vc.el (where vc.el is your vc.el) C-x v d /tmp/test RET Mark the 2 files. v u and now that gets an error. BTW, I just found another issue: with the same setup as above, do: cp ~/.emacs /tmp/test/3.el emacs -q -l vc.el /tmp/test/3.el C-x v v fails with: "No fileset is available here."