Remove CVS directoires and files
When check out the files, use
instead of
can avoid creating those CVS directories
If files already exist, then in bash, do
cvs export
instead of
cvs checkout
can avoid creating those CVS directories
If files already exist, then in bash, do
find . -name CVS -prune -exec rm -rf {} \;