From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Is this a bug in vc-svn? Date: Wed, 18 Oct 2006 11:13:04 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161184469 29301 80.91.229.2 (18 Oct 2006 15:14:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Oct 2006 15:14:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 18 17:14:27 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GaD7H-0005ld-6L for ged-emacs-devel@m.gmane.org; Wed, 18 Oct 2006 17:14:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GaD7G-0007mO-Hn for ged-emacs-devel@m.gmane.org; Wed, 18 Oct 2006 11:13:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GaD6Z-0007UB-Nm for emacs-devel@gnu.org; Wed, 18 Oct 2006 11:13:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GaD6U-0007OY-R6 for emacs-devel@gnu.org; Wed, 18 Oct 2006 11:13:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GaD6U-0007OG-JB for emacs-devel@gnu.org; Wed, 18 Oct 2006 11:13:10 -0400 Original-Received: from [209.226.175.110] (helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GaD6U-0005dQ-EM for emacs-devel@gnu.org; Wed, 18 Oct 2006 11:13:10 -0400 Original-Received: from pastel.home ([70.55.81.188]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061018151309.JHSJ1596.tomts43-srv.bellnexxia.net@pastel.home> for ; Wed, 18 Oct 2006 11:13:09 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 82AE68623; Wed, 18 Oct 2006 11:13:04 -0400 (EDT) Original-To: Leo In-Reply-To: (Leo's message of "Wed\, 18 Oct 2006 13\:55\:45 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:60883 Archived-At: >> In shell: >> 1. `cd /tmp' >> 2. `mkdir wrk; cd wrk' >> 3. `mkdir RCS; touch test;ci test; co -l test' >> 4. `svnadmin create /tmp/repos' >> 5. `svn co file:///tmp/repos .' >> 6. `svn add test' >> In Emacs ("emacs -Q"): >> 7. C-x C-f /tmp/wrk/test RET ;; Modeline shows: RCS-1.1 >> 8. C-u C-x v b svn RET ;; Modeline shows: RCS-1.1 but >> SVN-0 is expected. >> 9. Add some changes to test and press `C-x v v'. After checkin >> modeline displays: SVN-1 >> >> thank you. > Any comments on this? Sorry, I've been busy (and still am). I'll probably have time next week, Stefan