Skip to main content
IBM 
ShopSupportDownloads
IBM HomeProductsConsultingIndustriesNewsAbout IBM
IBM : developerWorks : Linux : Education - online courses
CVS for the developer or amateur
Download tutorial zip fileView letter-sized PDF fileView A4-sized PDF fileE-mail this tutorial to a friend
Main menuSection menuGive feedback on this tutorialPreviousNext
3. CVS for developers
  


Adding a file to the repository page 10 of 25


It's really easy to add a source file to CVS. First, create the file with your favorite text editor. Then, type the following:


# cvs add myfile.c
cvs server: use 'cvs commit' to add this file permanently

This will tell cvs to add this file to the repository the next time you do a "cvs commit". Until then, other developers won't be able to see it.


Main menuSection menuGive feedback on this tutorialPreviousNext
PrivacyLegalContact