在 cvs 存储库中查找损坏的文件<ERROR 文件名,v 不是有效的 ,v 文件>



我正在尝试使用 cvs2git 将我的存储库从 cvs 迁移到 git,但在发现损坏的文件时失败。无论如何,我可以事先在CVS中找到损坏的文件吗?

使用的命令:

cvs2git --blobfile=blobfilename --dumpfile=dumpfilename --retain-conflicting-attic-files --use-cvs --fallback-encoding=ascii -vvv --username=cvs2svn RepositoryPath 

输出:

ERROR filename,v is not a valid ,v file

尝试使用/usr/bin/rcs 我用它来事先读取所有 ,v 文件以找到任何损坏的 ,v 文件

最新更新