Page 1 of 1

bader in cvs

Posted: Fri Sep 22, 2006 10:16 pm
by achar002
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!

Posted: Sat Sep 23, 2006 4:35 am
by graeme
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