How to Use CVS with Emacs |
|
C-c w | Write file to your working directory |
C-c u | Asks for a directory to check for update, lists all modified files |
m | Mark the file that the cursor is on |
M | Mark all of the files shown |
c | Checkin all marked files, gives buffer to type reason for modifications |
C-c C-c | Confirm Checkin & reason |
Note: These commands are listed in the order they should executed