bader in cvs

Bader charge density analysis

Moderator: moderators

Post Reply
achar002
Posts: 6
Joined: Thu Aug 03, 2006 10:18 pm

bader in cvs

Post 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!
graeme
Site Admin
Posts: 2256
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Post 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
Post Reply