Rhodes, Phillip C. writes: > > 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
cvs checkout -r MY_TAG -d world . -Larry Jones You should see me when I lose in real life! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
