How can I list files CVS without an initial checkout?
In subversion I can simply do "svn ls http://svn.svn.com" in CVS how can I do this?
For example I've got this CVS connection:
pserver:anonymous@evocms.cvs.sourceforge.net:/cvsroot/evocms
How can I list all files in it?
UPDATE:
I'm doing this:
c:\>set CVSROOT=pserver:anonymous@evocms.cvs.sourceforge.net:/cvsroot/evocms
c:\>cvs -list ---> doesn't work, prints out the help screen
see cvs commands
for example;
will list all modules in CVS server
This is what I use. msolorzano is my login, and password, and "Deployer" is the module:
...as a matter of fact, you can vet a cvs list of files in a "clean way" if you are executing commands in a UNIX/Linux environment, like this: