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: New VC mode -- review request Date: Thu, 04 Oct 2007 11:51:30 +0200 Message-ID: References: <20071003103501.GA4997@thyrsus.com> <200710031431.l93EVfFZ021233@oogie-boogie.ics.uci.edu> <200710040224.l942OUb4013773@oogie-boogie.ics.uci.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1191491523 5235 80.91.229.12 (4 Oct 2007 09:52:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2007 09:52:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 04 11:52:01 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 1IdNNA-0004wG-SV for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2007 11:52:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdNN6-0008P3-G4 for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2007 05:51:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdNN3-0008MJ-1k for emacs-devel@gnu.org; Thu, 04 Oct 2007 05:51:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdNN0-0008IF-HT for emacs-devel@gnu.org; Thu, 04 Oct 2007 05:51:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdNN0-0008IC-BX for emacs-devel@gnu.org; Thu, 04 Oct 2007 05:51:50 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IdNMz-000378-SN for emacs-devel@gnu.org; Thu, 04 Oct 2007 05:51:50 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-141-225.inter.net.il [80.230.141.225]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HYI98411 (AUTH halo1); Thu, 4 Oct 2007 11:48:51 +0200 (IST) In-reply-to: <200710040224.l942OUb4013773@oogie-boogie.ics.uci.edu> (message from Dan Nicolaescu on Wed, 03 Oct 2007 19:24:30 -0700) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:80229 Archived-At: > From: Dan Nicolaescu > Date: Wed, 03 Oct 2007 19:24:30 -0700 > > Alexandru Harsanyi writes: > > > On 3 Oct 2007, at 10:31 PM, Dan Nicolaescu wrote: > > > > > > > >> vc-rollback = C-x v c > > > > > > Do you have an implementation for this function for any backend? It > > > would be interesting to see it. > > > > > > > The ClearCase backend implements it. See http://vc- > > clearcase.sourceforge.net > > Thanks, but unfortunately I don't know much about ClearCase, so I > won't be able to use that code to judge what can other backend do > about this... Look at the doc string of vc-clearcase-cancel-version and the commentary there: I think it explains what is being done clearly enough for anyone to understand what is going on. Btw, I see vc-rcs-rollback in vc-rcs.el, which is another example of this method.