PCL-CVS works on a set of selected files (see Selected files). You can mark and unmark files with these commands:
This marks the file that the cursor is positioned on. If the cursor is
positioned on a directory all files in that directory are marked
(cvs-mode-mark
).
Unmark the file that the cursor is positioned on. If the cursor is on a
directory, all files in that directory are unmarked
(cvs-mode-unmark
).
Mark all files in the buffer (cvs-mode-mark-all-files
).
Unmark all files (cvs-mode-unmark-all-files
).
Unmark the file on the previous line, and move point to that line
(cvs-mode-unmark-up
).
Mark all files matching a regular expression
(cvs-mode-mark-matching-files
).
Mark all files in a particular state, such as “Modified” or
“Removed” (cvs-mode-mark-on-state
).
Toggle use of marks for the next command (cvs-mode-toggle-marks
).