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 tutorialPrevious
Next Section
3. CVS for developers
  


Removing a directory, continued page 25 of 25


Then, perform a commit:


# cvs commit

Here comes the trick. Perform the following steps to delete the directory:


# cd ..
# cvs remove mydir
# rm -rf mydir

Notice that removing the directory didn't require another commit -- directories are added to and removed from the repository in real-time.


Next Section
Main menuSection menuGive feedback on this tutorialPrevious
PrivacyLegalContact