无法访问/存储库路径/CVSROOT

Die*_*anz 5 cvs

我无法连接到远程 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
Run Code Online (Sandbox Code Playgroud)

你知道出了什么问题吗?

我也尝试过执行其他 cvs 操作,得到相同的结果

$ cvs log projects/projectname
Cannot access /path-to-repository/CVSROOT
No such file or directory
Run Code Online (Sandbox Code Playgroud)

谢谢!

Jea*_*tti 1

可能是您没有存储库的读/写权限。检查一下使用 ssh 访问服务器。