This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

CVS

Old posts that have not been replied to for several years.
Locked
n
nolf

CVS

Post by nolf »

hi i have a big problem...
everytime im on my shell and i type cvs login i am prompted for a password...
in the readme they tell me to press enter but then theres an error like [login failed: permission denied]
what can i do ??
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Have you correctly setup the connection sequance.

The information includes a login name, hostname, directory and login method.

You can test that you have this correct, by typing the following at the shell.
cvs login -d:pserver:anonymous@cvs.eggheads.org:/usr/local/cvsroot
If this works, then you can post the login information into the environment variable, or, once you have downloaded a CVS version, it will be stored within the CVS datafile, and will not need to be set again, unless you delete the CVS datafile.
Locked