2remember: Recursively add files to cvs
July 3, 2006 on 2:01 pm | In Uncategorized | No Commentscvs add folder find folder -type d -print0 | xargs -0 cvs add find folder -name CVS -prune -o -type f -print0 | xargs -0 cvs add
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