From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: RCS: (vc-next-action 1) only New Backend Date: Sat, 19 Sep 2015 12:21:39 +0300 Message-ID: <831tdurcgs.fsf@gnu.org> References: <87mvwjohyi.fsf@mat.ucm.es> <838u83r6hl.fsf@gnu.org> <87k2rn5ucg.fsf@mat.ucm.es> <837fnmrizs.fsf@gnu.org> <877fnm4wzn.fsf@mat.ucm.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1442655153 31767 80.91.229.3 (19 Sep 2015 09:32:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Sep 2015 09:32:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 19 11:32:27 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZdEVN-0004St-Pa for ged-emacs-devel@m.gmane.org; Sat, 19 Sep 2015 11:32:25 +0200 Original-Received: from localhost ([::1]:44649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdEVM-00061T-LC for ged-emacs-devel@m.gmane.org; Sat, 19 Sep 2015 05:32:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdELr-0003ok-DX for emacs-devel@gnu.org; Sat, 19 Sep 2015 05:22:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdELh-0000hH-2D for emacs-devel@gnu.org; Sat, 19 Sep 2015 05:22:30 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:33085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdELg-0000gJ-JQ for emacs-devel@gnu.org; Sat, 19 Sep 2015 05:22:24 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NUX006002ZYQ100@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 19 Sep 2015 12:21:35 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUX006KL3BYPC20@a-mtaout20.012.net.il>; Sat, 19 Sep 2015 12:21:35 +0300 (IDT) In-reply-to: <877fnm4wzn.fsf@mat.ucm.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190085 Archived-At: > From: Uwe Brauer > Date: Sat, 19 Sep 2015 10:46:52 +0200 > Cc: Uwe Brauer , emacs-devel@gnu.org >=20 > First here is a recipe which *only* works with the older version = of > vc. (For which I have to use Xemacs: its vc version is from 2007) > 1. Create a new file. > 2. Write a line. > 3. Save the file > 2. C-x v i register is with RCS > 3. (Vc-nect-action) checkout > 4. write the second line, save > 5. (vc-next-action) checkin version 1.2 > 6. (Vc-nect-action) checkout version 1.2 > 7. Add a new line, save > 8. (vc-next-action 1) now in the old VC version you are asked for a > =C2=ABnew version or backend=C2=BB, you time for example 2.1 > 9. Voila rev is now 2.1 >=20 >=20 > When I try to follow these steps, running Emacs -Q, in step 8 I ju= st > receive in the prompt =C2=ABNew Backend=C2=BB but not =C2=ABversio= n=C2=BB. With the current vc-rcs, you need to do the equivalent of steps 8 and 9 from the shell: $ ci -l2.1 FILE Then kill FILE's buffer and revisit it again. You can now continue with versions 2.2, 2.3, etc.