> Question 1: I would like to write a script that would automaticly checkout
>   every release(tag?) of a project, zip it up and put it on a smb share.
>   However, it seems that cvs does not provide functionality for listing
> projects
>   in the cvs repostry(can be done with `ls`) nor listing available versions a
>   project. Could anyone give pointers on that?

A 'cvs co -c' will give you a list of the modules contained in
CVSROOT/modules.  This could be used to give you the desired results if
you list the desired imports. Read the comments in the modules file for
more information.

~j
--
Jason Williams
OpenAvenue, Inc.

Reply via email to