使用 cvs2svn 将 CVS 存储库转换为 SVN 存储库时出现以下错误

发布于 2024-09-04 17:29:45 字数 353 浏览 1 评论 0原文

我在发出此命令时收到此错误:

 cvs2svn --trunkonly --svnrepo /path/to/new/svn /path/to/existed/cvs/repo

我收到的错误是

   Error summary:
   ERROR: No RCS files found
   Are you absolutely certain you are pointing cvs2svn
   at a CVS repository?

我发现我的存储库是 CVSNT。所以上面的方法可能不起作用。有人可以告诉我如何将这些存储库转换为 SVN 吗?

I am getting this error while while giving this command:

 cvs2svn --trunkonly --svnrepo /path/to/new/svn /path/to/existed/cvs/repo

The error i am getting is

   Error summary:
   ERROR: No RCS files found
   Are you absolutely certain you are pointing cvs2svn
   at a CVS repository?

I found that the my repository is CVSNT. so the above may not be working. Can anybody please give me some idea how to covert those repositories into SVN?

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

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

发布评论

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

评论(1

撩动你心 2024-09-11 17:29:45

正如错误所示:路径 /path/to/existed/cvs/repo 可能是错误的。使用包含 CVSROOT 的目录重试。

As the error says: The path /path/to/existed/cvs/repo is probably wrong. Try again with the directory which contains CVSROOT.

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