Greetings, I have a directory structure on the cvs server for my project named "project" as such: project/
a (dir) b (dir) c (dir) aa (file) bb (file) What I want to do is define an alias in the modules file that will give me only the "b" directory AND the "aa" and "bb" files. I can't see a way to do this easily. I am currently using: subproject-b -a !a !c project which seems to work but is messy 1. because it gives "Ignored" messages on checkout/update and 2. because if there is additional directories added, I would need to update the modules file. Any help would be most appreciated. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
