Hi
I'm having problem downloading the Bader version in cvs. I entered the following line at the command prompt
cvs -d :pserver:anonymous@theory.cm.utexas.edu:/Groups/cvs login
It asks for the passwd and I typed anonymous
I see .cvspass in my home directory. Then I typed
cvs checkout bader
I get a message that says cvs checkout:cannot find module 'bader' - ignored. If you could tell me the mistake I'm doing, I would appreciate your help.
Thanks!
bader in cvs
Moderator: moderators
I'm not really sure how this is supposed to work, but I was able to reproduce this problem. I am able to download from cvs anonymously if I first login using:
cvs -d :pserver:anonymous@theory.cm.utexas.edu:/Groups/cvs login
with password anonymous
then checkout the bader module using
cvs -d :pserver:anonymous@theory.cm.utexas.edu:/Groups/cvs checkout bader
You can also save the cvs root variable, for example in a .cshrc file as
setenv CVSROOT :pserver:anonymous@theory.cm.utexas.edu:/Groups/cvs
and then you can just do
cvs checkout bader
cvs -d :pserver:anonymous@theory.cm.utexas.edu:/Groups/cvs login
with password anonymous
then checkout the bader module using
cvs -d :pserver:anonymous@theory.cm.utexas.edu:/Groups/cvs checkout bader
You can also save the cvs root variable, for example in a .cshrc file as
setenv CVSROOT :pserver:anonymous@theory.cm.utexas.edu:/Groups/cvs
and then you can just do
cvs checkout bader