Hello everybody,
I have a following problem with CVS. I get following error when logging to
my RedHat Linux based  cvs server system:

[root@fibak /etc]# cvs -d :pserver:martas@fibak:/usr/local/cvsroot login
Logging in to :pserver:martas@fibak:2401/usr/local/cvsroot
CVS password:
/usr/local/cvsroot: no such repository

and connection is closed.

I have checked with telnet to port 2401 that the cvs is up and running:

[root@fibak /etc]# telnet fibak 2401
Trying 127.0.0.1...
Connected to fibak.
Escape character is '^]'.
cvs
cvs [pserver aborted]: bad auth protocol start: cvs

Connection closed by foreign host.

I can access the /usr/local/cvsroot with no problem if I'm locally logged to
the machine - all cvs commands work perfectly I can update edit commit ...

thanx for any help

bye
Martin
PS: My cvspserver file looks like this:
service cvspserver
{
        type = UNLISTED
        socket_type = stream
        protocol = tcp
        wait = no
        port = 2401
        passenv = PATH
        server = /usr/bin/cvs
        server_args = -b/usr/bin --allow-root=/usr/local/cvsroot pserver
        disable = no
}





_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to