[EMAIL PROTECTED] wrote: > 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 don't think you want an alias. You want a subset of an existing module, which is not the same as an alias. Have you tried:
subproject-b project/b project/aa project/bb -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (http://www.leitch.com) Columnist, C/C++ Users Journal (http://www.cuj.com/experts) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
