Bootstrap FreeKB - CVS (Version Control) - cvs remove command
CVS (Version Control) - cvs remove command

Updated:   |  CVS (Version Control) articles

If you are not familiar with CVS, check out our getting started article.

These examples are based on Linux. Let's say your CVS home directory is /var/cvs. Move into your CVS home directory.

~]# cd /var/cvs

 

The remove option can be used to remove file from CVS.  Remove the file.

~]# rm <file name>

 

Remove the file from CVS.

~]# cvs remove <file name>

 

Commit the removal.

~]# cvs commit -m "removed file from CVS" <file name>

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 05cd63 in the box below so that we can be sure you are a human.