2009-04-28 8 views
0

私はCVSリポジトリをセットアップしたい専用のUbuntu 8.04サーバを用意しています。私はこれを設定しようとすると、常に同じポイントで立ち往生しようとするために様々なガイドに従ってきました。UbuntuのCVSサーバでエラーが発生しました

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

私は、サーバーを実行するには、サーバー2種類の方法、いずれかを使用してCVSとxinetdを設定している、そして現在私は、CVS/cvsdの方法をしようとしています。どちらの方法でも、サーバーを起動し、ローカルアカウントまたはcvs作成アカウントを使用してサーバーにログインできます。私がチェックアウトしたり、何かをインポートしようとすると、私はエラーを取得します。

私の現在の試みでは、私はローカルアカウントを使用していませんが、cvsdはユーザ名/パスワードを生成しました。

私はCVSバージョン1.12.13です。ここで

はトレースです:

$ cvs -t -d :pserver:[email protected]:/cvsrepo checkout . 
-> main: Session ID is cZozIZVrlXzLEMLt 
-> main loop with CVSROOT=/cvsrepo 
-> safe_location(where=(null)) 
-> open_connection_to_server (:pserver:[email protected]:/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() 

は私が必要とされている他のどのような情報を知ってみましょう。私はこれが除外されているわずかな許可問題であるように感じる。

+0

この質問はserverfault.comにもっと合うか

cvs -t -d :pserver:[email protected]:/cvsrepo checkout CVSROOT 

がローカルディレクトリに行くべきモジュール名 トライCVSROOTをチェックアウト –

答えて

0

cvs -t -d:pserver:pcm @ localhost:/ cvsrepo checkout。の代わりに

関連する問題