简体   繁体   English

在 cvs 存储库中查找损坏的文件<ERROR filename,v is not a valid ,v file>

[英]Find corrupt files in cvs repository <ERROR filename,v is not a valid ,v file>

I am trying to migrate my repository from cvs to git using cvs2git but it fails when corrupt files are found.我正在尝试使用cvs2git将我的存储库从 cvs 迁移到 git,但是当发现损坏的文件时它失败了。 Is there anyway I can find corrupt files in CVS beforehand?无论如何我可以事先在 CVS 中找到损坏的文件吗?

Command used :使用的命令:

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

Output :输出 :

ERROR filename,v is not a valid ,v file

尝试使用 /usr/bin/rcs 我用它预先读取所有 ,v 文件以定位任何损坏的 ,v 文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM