Title: Help setting up modules

Hi,
        I'm trying to setup a CVS module that will allow artists working on the project to check out only runtime and media files (only selected directories). My CVS root is setup this way:

/root
   /media
   /bin
   /src

For devellopers, they need the whole thing, so their module setup is easy:

all ./

but for artists, they don't need the /src directory... how do I setup the module to check out the bin and media directory and still keep the directory tree??

runtime ./runtime
mediafiles ./media

artists runtime & mediafiles

This doesnt work: the ./media directory ends up under the ./bin ....

Thanks
Dominic

Reply via email to