my cvs config:
server :cvs-1.11.22
      Compaq Tru64 UNIX V5.1B (Rev. 2650); Thu Apr 26 15:09:05 CST 2007
client :Wincvs 1.3

server:

root(yknewscd1)> vi /etc/services
cvspserver 2401/tcp

root(yknewscd1)>vi /etc/inetd.conf
cvspserver stream tcp nowait root      /usr/bin/cvs            cvs -f
--allow -root=/src/master pserver

2401 test:

root(yknewscd1)>telnet localhost 2401
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
hi
cvs [pserver aborted]: bad auth protocol start: hi

Connection closed by foreign host.

server:

/src/master: no such repository

root(yknewscd1)>su - liyy
scd1> cvs login
Logging in to :pserver:[email protected]:2401/src/master
CVS password:
/src/master: no such repository


client:

Python不可用 !
cvs -d :pserver:[email protected]:/src/master login
Logging in to :pserver:[email protected]:2401/src/master
cvs [login aborted]: /src/master: no such repository

***** CVS exited normally with code 1 *****

Reply via email to