Hi, I am using a verion 1.10 of the CVS in NT. I have a file myFile.cpp which has the current revision 1.2. I tried to check out a revision 1.1 of the file and I typed "cvs co -r 1.1 myFile.cpp" I've got an error: cvs server: cannot find module `myFile.cpp' - ignored cvs [checkout aborted]: cannot expand modules It did work with "cvs update -r 1.1 myFile.cpp" Why the "cvs co -r" does not work? Is it a bug? Thank. Regards, Yude
- Re: check out revision Yude.Hu
- Re: check out revision Larry Jones