An easy way to perform a recursive CVS add
Nov 16 2007
Yes, it’s extremely hacky, but it works when you really need it:
cvs add myproject
cvs add myproject/*
cvs add myproject/*/*
cvs add myproject/*/*/*
cvs add myproject/*/*/*/*
cvs add myproject/*/*/*/*/*
Rinse and repeat until you run out of sub-folders.
Filed under: General.
Technorati tags: cvs
Bookmark this article with del.icio.us
Previously: Deity jokes
Next: HTML element quiz
Thanks for the hint!