为什么我收到“/RCS/trunk,v:没有这样的文件或目录”当我尝试签出 SVN 时?

发布于 2024-10-11 21:10:55 字数 114 浏览 4 评论 0原文

我尝试使用 svn+ssh 命令将项目从服务器签出到本地计算机,但出现一个奇怪的错误: /RCS/trunk,v:没有这样的文件或目录

为什么会发生这种情况以及如何修复它?

I tried to checkout a project from the server to my local computer with svn+ssh command but i get a strange error:
/RCS/trunk,v: No such file or directory

Why is this happening and how can I fix it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深海里的那抹蓝 2024-10-18 21:10:55

命令是:

sudo co svn+ssh://pepe@1

而不是

sudo svn co svn+ssh://pepe@1

the command was:

sudo co svn+ssh://pepe@1

instead of

sudo svn co svn+ssh://pepe@1
一身软味 2024-10-18 21:10:55

所以我遇到了类似的问题

 git RCS/co,v: no such file or directory

,并在关闭活动的 Linux shell 后解决了。希望它是从临时存储文件中选择的。

So i had the issue like

 git RCS/co,v: no such file or directory

and solved after closing the active Linux shell. Hope it is picking from temp storage files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文