You are here:
» How To Add CVS Files Recursively?
How to add CVS files recursively?
This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.
I am using CVS to access and commit my files. How do I add my files recursively from the linux command shell into CVS?
Please help

1 year 39 weeks ago
Tags:
Use the following command to recursively add files or directories to CVS:
First one to recursively add directories into CVS and second to recursively add files into CVS.
Post Comment