You can create a group, add it to the CVS server and then do a chrgp
on only the files they need. Have one group for artists and a
separate group for the developers.
Michael C. Amorose
Author FireUtils for Macintosh
Author Sound Core for Macintosh
Author Goo Library for Macintosh
FireWire Watch Webmaster
http://www.fireutils.com
http://www.soundcore.com
http://www.michael-amorose.com/goolibrary
http://www.michael-amorose.com/firewire
-------------------------------------------
At 2:02 PM -0400 7/7/00, Dominic Laflamme wrote:
>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