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:

Digg this article

Bookmark this article with del.icio.us

Previously: Deity jokes

Next: HTML element quiz


Comments

Julian Schrader
843 days ago

Thanks for the hint!

#1