* Daniel Goepp <[EMAIL PROTECTED]> [20030106 00:18]:
> So, I think I'm going to go ahead and
> write my own script, to read a config file with a list of apps, and pull
> their directories. 
That's what I'd do (untested):

CVSROOT=:pserver:[EMAIL PROTECTED]:/home/ncvs
mkdir /tmp/`hostname`.$$; cd /tmp/`hostname`.$$
cvs -d $CVSROOT login
cvs -d $CVSROOT co modules
cvs -d $CVSROOT co  `grep -f modules.mine modules/modules | cut -f 1`

modules.mine is your subset of choice from modules/modules

qvb
-- 
pica

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to