From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: VC commands - a little ambiguous to me ?? Date: Thu, 17 May 2007 21:55:35 +0200 Organization: University Koblenz-Landau Campus Koblenz Message-ID: <871whfjkco.fsf@baldur.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179433999 21484 80.91.229.12 (17 May 2007 20:33:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 May 2007 20:33:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 17 22:33:18 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Homf0-0003vv-3v for geh-help-gnu-emacs@m.gmane.org; Thu, 17 May 2007 22:33:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Homn8-0005CV-2M for geh-help-gnu-emacs@m.gmane.org; Thu, 17 May 2007 16:41:42 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-stu1.dfn.de!news.belwue.de!news.uni-kl.de!cache.uni-koblenz.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 41 Original-NNTP-Posting-Host: dslb-084-063-050-252.pools.arcor-ip.net Original-X-Trace: cache.uni-koblenz.de 1179431743 3263 84.63.50.252 (17 May 2007 19:55:43 GMT) Original-X-Complaints-To: news@cache.uni-koblenz.de Original-NNTP-Posting-Date: Thu, 17 May 2007 19:55:43 +0000 (UTC) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEVWVlFmseNrkqmgzeif v9JYdoX7Ctb5AAAACXBIWXMAAAsSAAALEgHS3X78AAAACXZwQWcAAAAwAAAAMADO7oxXAAABqUlE QVQ4y8WTy3KkMAxFVQT2Iz/2QOAD3CZ7jNV7YNr//ysjmWcqlUWyGVU11dzjK9myAPwm4P8A963D /TCV06dDeURzkQug8fFm8OYAIT5afRI/DAfQNbzcvhnn/Ud1gD/wTl7rvFHvNc7Fo2GgFJTRe8dA ay/gCV121NAZJto50TlhB0VgQFD4QCwNTMWAZgRCUCOUaMTCMGYHjvBihwC2xYmIoh+It2BZgozR Qo6K6he3oc1g5oTYjRsp4c1ha6BgwG8BSUCZH4SkoApgZigbnEaRBG+rignUDNUQROLiBCwh8dpJ istayMcfQDgrXEN9wB47kM3BwsXNDfjjv7SEi3wBuVfY7UQ6xQeRoNzdhiZeThugh5x/A9gEosHn 3ub+xtCc40OH6ocg8jVXelssj8+TKO+G73a/kRtgk0ySzMk9VYwhSEKDcvcXCFPgIW1aZVYey3AB 3fZpSctqU/FMf68a5rkWfaqWNbV1vya6QN83tWVPpeq6mpcTPNaEKfVpndXcV+kCtufsaeYsrKa0 niDZVi02Wf6lpb05cthffufLTxyfi/wD4S56Bxo/ZasAAAAmelRYdENvbW1lbnQAAHjacy5KTSxJ TVEozyzJUAjJSFVw9/QNAABS5wcjkMtlcAAAABp6VFh0anBlZzpjb2xvcnNwYWNlAAB42jMCAAAz ADOJOCM1AAAAJnpUWHRqcGVnOnNhbXBsaW5nLWZhY3RvcgAAeNozqjDSMawwBGEAEYMC6T2XL08A AAAASUVORK5CYII= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:aO5/MouCD7WlYkvpNfADKjWrFnw= Original-Xref: shelby.stanford.edu gnu.emacs.help:148512 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44102 Archived-At: William Case writes: Hi William, > Now I want to do the equivalent of: > svn add (a new directory and sub-directrory) > svn add (a file) ,----[ C-h f vc-register RET ] | vc-register is an interactive compiled Lisp function in `vc.el'. | It is bound to C-x v i, . | (vc-register &optional SET-VERSION COMMENT) | | Register the current file into a version control system. With prefix | argument SET-VERSION, allow user to specify initial version level. If | COMMENT is present, use that as an initial comment. | | The version control system to use is found by cycling through the list | `vc-handled-backends'. The first backend in that list which declares | itself responsible for the file (usually because other files in that | directory are already registered under that backend) will be used to | register the file. If no backend declares itself responsible, the | first backend that could register the file is used. `---- > svn move (a different file) ,----[ C-h f vc-rename-file RET ] | vc-rename-file is an interactive compiled Lisp function in `vc.el'. | It is bound to . | (vc-rename-file OLD NEW) | | Rename file OLD to NEW, and rename its master file likewise. `---- HTH, Tassilo -- "OS's and GUI's come and go, only Emacs has lasting power." Per Abrahamsen in