2remember: Recursively add files to cvs

July 3, 2006 on 2:01 pm | In Uncategorized | No Comments
cvs add folder
find folder -type d -print0 | xargs -0 cvs add
find folder -name CVS -prune -o -type f -print0 | xargs -0 cvs add

Powered by WordPress
Entries and comments feeds. ^Top^