1 <sect1 id="ch03-delete">
2 <title>cvs delete/remove</title>
3 <?dbhtml filename="delete.html" dir="chapter03"?>
5 <para><userinput>cvs delete</userinput> or <userinput>cvs
6 remove</userinput>. This does what it says: remove (a) file(s) from the
7 repository on shadowfax. Note that you have to have deleted the file
8 locally before you can run this. Again, the file will not be deleted from
9 the server until you do a <userinput>cvs commit</userinput>.</para>