Gentoo Archives: gentoo-user

From: Javier Merino <javiermerinob@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] CVS Server
Date: Tue, 05 Sep 2006 15:04:23
Message-Id: b7ea328c0609050754nfcbe4cn294c8c737597ef2a@mail.gmail.com
1 Hi all!!!
2
3 I'm newbie with Gentoo and I'm trying to install a CVS server.
4
5 I have followed all the steps detailed in
6 http://gentoo-wiki.com/HOWTO_CVS_Server
7 and I can login and logout successfully, but when I try to import a new
8 module or to checkout something, I get the next error:
9
10 cvs [import aborted]: could not get working directory: Function not
11 implemented
12
13 If I run cvs with "-t", I get
14
15 -> main: Session ID is 3d044fd8f094567
16 -> main loop with CVSROOT=/root
17 -> open_connection_to_server (:pserver:cvs:cvs@localhost:/root)
18 -> Connecting to localhost(127.0.0.1):2401.
19 -> Sending file `prueba.c' to server
20 cvs import: warning: unrecognized response `S -> serve_directory (.)' from
21 cvs server
22 cvs import: warning: unrecognized response `S -> dirswitch (.,
23 /root/prueba)' from cvs server
24 cvs import: warning: unrecognized response `S -> do_cvs_command (import)'
25 from cvs server
26 cvs import: warning: unrecognized response `S -> server_notify()' from cvs
27 server
28 cvs [import aborted]: could not get working directory: Function not
29 implemented
30 S -> Parse_Info (/root/CVSROOT/verifymsg, prueba, not ALL)
31 S -> safe_location( where=(null) )
32 S -> Lock_Cleanup()
33 S -> Simple_Lock_Cleanup()
34 S -> server_cleanup()
35 -> close_connection_to_server ()
36
37 I hava added a user "cvs" with the same as password.
38
39
40 I'm running cvsd 1.0.7 and cvs 1.12.12-r2.
41
42 Please, help me!
43
44 Thanks in advance.