使用 cvs2svn 将 CVS 存储库转换为 SVN 存储库时出现以下错误
我在发出此命令时收到此错误:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如错误所示:路径
/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 containsCVSROOT
.