I want to be able to see what modules and folders are inside our CVS repository.
My Working but Flawed Solution
I normally do this by opening up Eclipse and using CVS Repository Exploring to list out all the folders in the repository in a tree structure. This is actually excellent but I find Eclipse to be too heavyweight to just do a quick check of the name of some folder which I want to check out using WinCVS.
What I'm Trying to Do
After a search I found that there is a command cvs ls that's available in my client (WinCVS 1.3.11.1) but is not supported by my server. (reference thread)
There is also an option using checkout -c (reference thread) but it needs the modules to be already listed in a text file on the server.
The Main Question
My main question is: if Eclipse can list the folders without the server supporting ls, how come I can't do so using WinCVS, my preferred program?