2remember: Recursively add files to cvs
July 3, 2006 on 2:01 pm | In Uncategorized |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
No Comments yet »
RSS feed for comments on this post. TrackBack URI