Hi all!!!

I'm newbie with Gentoo and I'm trying to install a CVS server.

I have followed all the steps detailed in
http://gentoo-wiki.com/HOWTO_CVS_Server
and I can login and logout successfully, but when I try to import a new
module or to checkout something, I get the next error:

cvs [import aborted]: could not get working directory: Function not implemented

If I run cvs with "-t", I get

  -> main: Session ID is 3d044fd8f094567
  -> main loop with CVSROOT=/root
  -> open_connection_to_server (:pserver:cvs:[EMAIL PROTECTED]:/root)
  -> Connecting to localhost( 127.0.0.1):2401.
  -> Sending file `prueba.c' to server
cvs import: warning: unrecognized response `S -> serve_directory (.)' from cvs server
cvs import: warning: unrecognized response `S -> dirswitch (., /root/prueba)' from cvs server
cvs import: warning: unrecognized response `S -> do_cvs_command (import)' from cvs server
cvs import: warning: unrecognized response `S -> server_notify()' from cvs server
cvs [import aborted]: could not get working directory: Function not implemented
S -> Parse_Info (/root/CVSROOT/verifymsg, prueba, not ALL)
S -> safe_location( where=(null) )
S -> Lock_Cleanup()
S -> Simple_Lock_Cleanup()
S -> server_cleanup()
  -> close_connection_to_server ()

I hava added a user "cvs" with the same as password.


I'm running cvsd 1.0.7 and cvs 1.12.12-r2.

Please, help me!

Thanks in advance.

Reply via email to