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

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Powered by WordPress
Entries and comments feeds. ^Top^