Logining in CVS

Asked by Haseeb_GP

How can I login CVS? I tried to login using the command:

cvs login

But it give the following output:

cvs login: No CVSROOT specified! Please use the `-d' option
cvs [login aborted]: or set the CVSROOT environment variable.

OR

If I use following command before cvs login:

export CVSROOT=':pserver:<email address hidden>:/cvs/gnome'

cvslogin gives the following output:

naseer@linux:~$ cvs login
Logging in to :pserver:<email address hidden>:2401/cvs/gnome
CVS password:
/cvs/gnome: no such repository
naseer@linux:~$

So overall it look like this:

naseer@linux:~$ export CVSROOT=':pserver:<email address hidden>:/cvs/gnome'
naseer@linux:~$ cvs login
Logging in to :pserver:<email address hidden>:2401/cvs/gnome
CVS password:
/cvs/gnome: no such repository
naseer@linux:~$

Please help me!!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
C de-Avillez
Solved:
Last query:
Last reply:
Revision history for this message
Best C de-Avillez (hggdh2) said :
#1

Hello Haseeb_GP

first of all, you should use Subversion instead of CVS for Gnome. Please see http://developer.gnome.org/tools/svn.html for details.

CVS usage has been discontinued on gnome.org.

Revision history for this message
Haseeb_GP (xda2-haseeb) said :
#2

Thanks hggdh, that solved my question.

Revision history for this message
elasticlink (jon-middleton) said :
#3

If you still want to use cvs within your own cvs environment use:

cvs -d :pserver:<username>@<server name>:/cvs login

e.g.

cvs -d :pserver:myname@192.168.16.11:/cvs login