help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VC commands - a little ambiguous to me ??


From: Tassilo Horn
Subject: Re: VC commands - a little ambiguous to me ??
Date: Thu, 17 May 2007 21:55:35 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

William Case <billlinux@rogers.com> 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, <menu-bar> <tools> <vc> <vc-register>.
| (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 <menu-bar> <tools> <vc> <vc-rename-file>.
| (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 <rjbsysc7n1.fsf@zuse.dina.kvl.dk>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]