Tagged Questions

0
votes
3answers
165 views

Recursively CVS add files/directories and ignore existing CVS files.

There's a similar post @ http://stackoverflow.com/questions/5071/how-to-add-cvs-directories-recursively However, trying out some of the answers such as: find . -type f -print0| xargs -0 cvs add …