Ubuntu上的CVS服务器出错

时间:2009-04-28 13:55:14

标签: cvs

我有一个专用的Ubuntu 8.04服务器,我想建立一个CVS存储库。我已经按照各种指南尝试设置它并始终陷入同一点。

$ cvs -d :pserver:pcm@localhost:/cvsrepo checkout .
cvs [checkout aborted]: could not get working directory: Function not implemented 

我已经以两种不同的方式设置了服务器,一种使用cvs和xinetd运行服务器,目前我正在尝试使用cvs / cvsd方法。我可以使用本地帐户或cvs创建的帐户启动服务器并登录服务器。一旦我尝试签出或导入任何内容,我就会收到错误。

在我目前的尝试中,我没有使用本地帐户,而是使用cvsd生成用户名/密码。

我正在使用CVS版本1.12.13。

这是跟踪:

$ cvs -t -d :pserver:pcm@localhost:/cvsrepo checkout .
-> main: Session ID is cZozIZVrlXzLEMLt
-> main loop with CVSROOT=/cvsrepo
-> safe_location( where=(null) )
-> open_connection_to_server (:pserver:pcm@localhost:/cvsrepo)
-> Connecting to localhost(127.0.0.1):2401.
cvs checkout: warning: unrecognized response `S -> serve_directory (.)' 
from cvs server
cvs checkout: warning: unrecognized response `S -> dirswitch (., /cvsrepo/)' 
from cvs server cvs checkout: warning: unrecognized response `S -> my_module (.,    
Updating, NULL, NULL)' from cvs server cvs checkout: warning: unrecognized response  
`S -> serve_directory (.)' 
from cvs server
cvs checkout: warning: unrecognized response `S -> dirswitch (., /cvsrepo/)' from cvs     
server cvs checkout: warning: unrecognized response `S -> do_cvs_command (checkout)'     from cvs server cvs checkout: warning: unrecognized response `S ->     server_notify()' from cvs server cvs [checkout aborted]: could not get working directory: Function not implemented S -> safe_location( where=(null) ) S -> Lock_Cleanup() S -> Simple_Lock_Cleanup() S -> server_cleanup()
-> close_connection_to_server ()

让我知道还需要哪些其他信息。我觉得这只是一些遗漏的小问题。

1 个答案:

答案 0 :(得分:0)

cvs -t -d:pserver:pcm @ localhost:/ cvsrepo checkout。 代替 。签出模块名称 尝试CVSROOT

cvs -t -d :pserver:pcm@localhost:/cvsrepo checkout CVSROOT

应该转到您的本地目录