I ran the same cvs command on two machines and only worked on 1 of them. Team:
cvs -d %CVSROOT% ls "module"
* On the first computer, he returned the files to me directly under the module. * I added the -R option to make a recursive call, and this time I got an error:
cvs [ls aborted]: The remote server does not support rls. The requested options are not available.
On the second computer, I got an error even without adding the -R command: cvs [ls aborted]: the server does not support ls
Both machines connect to the same server and the same module and the same CVS root and the same version of CVSNT.
source share