You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Ryo Neyama <ne...@trl.ibm.co.jp> on 2000/11/06 10:55:35 UTC

Can't login to CVS on xml.apahce.org

Hi,

I can access to xml.apache.org by using SSH, but I cannot access to
CVS on the server.

The error message is as follows:
-------------
% runsocks cvs -d :pserver:neyama@xml.apache.org:/home/cvs login
(Logging in to neyama@xml.apache.org)
CVS password: 
cvs [login aborted]: authorization failed: server xml.apache.org rejected access
-------------

Cound you tell me how I can login to the CVS server?
Thanks in advance.

    Ryo Neyama @ IBM Research, Tokyo Research Laboratory
    Internet Technology
    neyama@trl.ibm.co.jp

P.S.
What's the difference between /home/cvs and /home/cvsroot?
Is there any instruction for committers?

Re: Can't login to CVS on xml.apahce.org

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
Hi Neyama-san,

Is this the first time you're trying to log in to CVS? Assuming yes, you
need to set up an SSH tunnel for CVS - to port 2401 on xml.apache.org
from a local port on your box (port 2401 is the easiest). Then tell the
cvs client that your CVS host is localhost:
    cvs -d :pserver:neyama@localhost:/home/cvs login

That should work ..

Sanjiva.

----- Original Message -----
From: "Ryo Neyama" <ne...@trl.ibm.co.jp>
To: <so...@xml.apache.org>
Sent: Monday, November 06, 2000 4:55 AM
Subject: Can't login to CVS on xml.apahce.org


> Hi,
>
> I can access to xml.apache.org by using SSH, but I cannot access to
> CVS on the server.
>
> The error message is as follows:
> -------------
> % runsocks cvs -d :pserver:neyama@xml.apache.org:/home/cvs login
> (Logging in to neyama@xml.apache.org)
> CVS password:
> cvs [login aborted]: authorization failed: server xml.apache.org rejected
access
> -------------
>
> Cound you tell me how I can login to the CVS server?
> Thanks in advance.
>
>     Ryo Neyama @ IBM Research, Tokyo Research Laboratory
>     Internet Technology
>     neyama@trl.ibm.co.jp
>
> P.S.
> What's the difference between /home/cvs and /home/cvsroot?
> Is there any instruction for committers?


Re: Can't login to CVS on xml.apahce.org

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
Hi Neyama-san,

Is this the first time you're trying to log in to CVS? Assuming yes, you
need to set up an SSH tunnel for CVS - to port 2401 on xml.apache.org
from a local port on your box (port 2401 is the easiest). Then tell the
cvs client that your CVS host is localhost:
    cvs -d :pserver:neyama@localhost:/home/cvs login

That should work ..

Sanjiva.

----- Original Message -----
From: "Ryo Neyama" <ne...@trl.ibm.co.jp>
To: <so...@xml.apache.org>
Sent: Monday, November 06, 2000 4:55 AM
Subject: Can't login to CVS on xml.apahce.org


> Hi,
>
> I can access to xml.apache.org by using SSH, but I cannot access to
> CVS on the server.
>
> The error message is as follows:
> -------------
> % runsocks cvs -d :pserver:neyama@xml.apache.org:/home/cvs login
> (Logging in to neyama@xml.apache.org)
> CVS password:
> cvs [login aborted]: authorization failed: server xml.apache.org rejected
access
> -------------
>
> Cound you tell me how I can login to the CVS server?
> Thanks in advance.
>
>     Ryo Neyama @ IBM Research, Tokyo Research Laboratory
>     Internet Technology
>     neyama@trl.ibm.co.jp
>
> P.S.
> What's the difference between /home/cvs and /home/cvsroot?
> Is there any instruction for committers?