GNU Info

Info Node: (cvsbook.info)How can I get a list of all projects in a repository?

(cvsbook.info)How can I get a list of all projects in a repository?


Next: Some commands fail remotely but not locally; how should I debug? Prev: How can I get a list of all tags in a project? Up: Some Real Life Problems (With Solutions)
Enter node , (file) or (file)node

How can I get a list of all projects in a repository?
-----------------------------------------------------

As with getting a list of tags, this is not implemented in the most
current version of CVS, but it's highly likely that it will be
implemented soon.  I imagine the command will be called cvs list with a
short form of cvs ls, and it probably will both parse the modules file
and list the repository subdirectories.

In the meantime, examining the CVSROOT/modules file (either directly or
by running cvs checkout -c) is probably your best bet.  However, if no
one has explicitly made a module for a particular project, it won't show
up there.


automatically generated by info2www version 1.2.2.9