I have around 100 modules (or directories) in my cvs repository. I would like to pull down all the code associated with a tag, irregardless of what module it is in.
Right now I have to do: cvs checkout -r MY_TAG module_1 cvs checkout -r MY_TAG module_n cvs checkout -r MY_TAG module_100 That's a lot of typing! any ideas on how I can get cvs checkout to grab all the modules (without all the typing?) Thanks. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
