${PREV_TITLE} Concurrent Versions System ${NEXT_TITLE}
Removing Files/Directories
  • Removing Files
    1. $ rm file
    2. $ cvs remove file
    3. $ cvs commit -m "mesg" file
  • Removing Directories
    1. Remove all the files in the directory, using above procedure
    2. Prune
      $ cvs update -P