Skip to content

Updating the *cvs* buffer ​

The following commands can be used from within the *cvs* buffer to update the display:

M-u ​

Runs the command ‘cvs-update’.

M-e ​

Runs the command ‘cvs-examine’.

M-s ​

Runs the command ‘cvs-status’.

In addition to the above commands which operate on the whole module, you can run the equivalent CVS command on just a subset of the files/directories with these keys:

O ​

Runs cvs-mode-update on the selected files. When run on the top-level directory, this is equivalent to M-u.

e ​

Runs cvs-mode-examine on the selected files. When run on the top-level directory, this is equivalent to M-e.

s ​

Runs cvs-mode-status on the selected files. When run on the top-level directory, this is equivalent to M-s, except that CVS output will be shown in a *cvs-info* buffer that will be put in ‘cvs-status-mode’.