リモート CVS サーバーに接続できません。
$ export CVSROOT=:ext:myusername@serverdomain.com:/path-to-repository
$ export CVS_RSH=/usr/bin/ssh
$ cvs co projects/projectname
myusername@serverdomain.com's password: (Password works fine so it is connecting correctly to the server)
Cannot access /path-to-repository/CVSROOT
No such file or directory
何が問題なのか知っていますか?
同じ結果で他のcvsアクションも試しました
$ cvs log projects/projectname
Cannot access /path-to-repository/CVSROOT
No such file or directory
ありがとう!