* Invoking cvs update in Emacs
@ 2004-11-05 18:36 Arturs Jurnieks
2004-11-05 20:09 ` Jochen Küpper
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Arturs Jurnieks @ 2004-11-05 18:36 UTC (permalink / raw)
Greetings,
I'm using a terminal-based Emacs (no GUI), and I'm wondering if
there's a way to invoke cvs update in Emacs? I'm able to commit using
Ctrl-x v v, but can't seem to find the keybindings for cvs update.
Would appreciate some advice on this. Thank you in advnace.
Arturs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Invoking cvs update in Emacs
2004-11-05 18:36 Invoking cvs update in Emacs Arturs Jurnieks
@ 2004-11-05 20:09 ` Jochen Küpper
2004-11-05 22:27 ` Kai Grossjohann
[not found] ` <mailman.982.1099690613.8225.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 5+ messages in thread
From: Jochen Küpper @ 2004-11-05 20:09 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 1115 bytes --]
arturs_jurnieks-/E1597aS9LQAvxtiuMwx3w@public.gmane.org (Arturs Jurnieks) writes:
> I'm using a terminal-based Emacs (no GUI), and I'm wondering if
> there's a way to invoke cvs update in Emacs? I'm able to commit using
> Ctrl-x v v, but can't seem to find the keybindings for cvs update.
M-x cvs-update RET
,----[ C-h f cvs-update RET ]
| cvs-update is an interactive autoloaded Lisp function in `pcvs'.
| [Arg list not available until function definition is loaded.]
|
| Run a `cvs update' in the current working DIRECTORY.
| Feed the output to a *cvs* buffer and run `cvs-mode' on it.
| With a prefix argument, prompt for a directory and cvs FLAGS to use.
| A prefix arg >8 (ex: C-u C-u),
| prevents reuse of an existing *cvs* buffer.
`----
Generally M-x is quite powerful and useful for not-so-often used
commands, as you can simply type the (descriptive) function name...
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 173 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Invoking cvs update in Emacs
2004-11-05 18:36 Invoking cvs update in Emacs Arturs Jurnieks
2004-11-05 20:09 ` Jochen Küpper
@ 2004-11-05 22:27 ` Kai Grossjohann
[not found] ` <mailman.982.1099690613.8225.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 5+ messages in thread
From: Kai Grossjohann @ 2004-11-05 22:27 UTC (permalink / raw)
arturs_jurnieks@yahoo.com (Arturs Jurnieks) writes:
> I'm using a terminal-based Emacs (no GUI), and I'm wondering if
> there's a way to invoke cvs update in Emacs? I'm able to commit using
> Ctrl-x v v, but can't seem to find the keybindings for cvs update.
C-x v C-h shows you some other related bindings. I agree with Jochen
that M-x cvs-update RET is cool, but there is also C-x v d which is
similar. C-x v d also works with RCS, which is cool in another way
;-)
Kai
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.982.1099690613.8225.help-gnu-emacs@gnu.org>]
* Re: Invoking cvs update in Emacs
[not found] ` <mailman.982.1099690613.8225.help-gnu-emacs@gnu.org>
@ 2004-11-06 6:34 ` Arturs Jurnieks
2004-11-06 9:28 ` LEE Sau Dan
0 siblings, 1 reply; 5+ messages in thread
From: Arturs Jurnieks @ 2004-11-06 6:34 UTC (permalink / raw)
Kai Grossjohann <kai@emptydomain.de> wrote in message news:<mailman.982.1099690613.8225.help-gnu-emacs@gnu.org>...
> arturs_jurnieks@yahoo.com (Arturs Jurnieks) writes:
>
> > I'm using a terminal-based Emacs (no GUI), and I'm wondering if
> > there's a way to invoke cvs update in Emacs? I'm able to commit using
> > Ctrl-x v v, but can't seem to find the keybindings for cvs update.
>
> C-x v C-h shows you some other related bindings. I agree with Jochen
> that M-x cvs-update RET is cool, but there is also C-x v d which is
> similar. C-x v d also works with RCS, which is cool in another way
> ;-)
>
> Kai
Danke. Will try the commands out.
Cheers,
Arturs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Invoking cvs update in Emacs
2004-11-06 6:34 ` Arturs Jurnieks
@ 2004-11-06 9:28 ` LEE Sau Dan
0 siblings, 0 replies; 5+ messages in thread
From: LEE Sau Dan @ 2004-11-06 9:28 UTC (permalink / raw)
>>>>> "Arturs" == Arturs Jurnieks <arturs_jurnieks@yahoo.com> writes:
>> C-x v C-h shows you some other related bindings. I agree with
>> Jochen that M-x cvs-update RET is cool, but there is also C-x v
>> d which is similar. C-x v d also works with RCS, which is cool
>> in another way ;-)
Arturs> Danke. Will try the commands out.
Consider using PCL-CVS, which is now bundled with Emacs.
M-x cvs-examine
and then enter the pathname of your WORKING COPY. Read the info pages
to learn to use this cool interface.
What's more, there is a similar interface (not bundled) for 'svn', too!
--
Lee Sau Dan 李守敦 ~{@nJX6X~}
E-mail: danlee@informatik.uni-freiburg.de
Home page: http://www.informatik.uni-freiburg.de/~danlee
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-11-06 9:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-05 18:36 Invoking cvs update in Emacs Arturs Jurnieks
2004-11-05 20:09 ` Jochen Küpper
2004-11-05 22:27 ` Kai Grossjohann
[not found] ` <mailman.982.1099690613.8225.help-gnu-emacs@gnu.org>
2004-11-06 6:34 ` Arturs Jurnieks
2004-11-06 9:28 ` LEE Sau Dan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).