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

271 Views Asked by At

I am trying to migrate my repository from cvs to git using cvs2git but it fails when corrupt files are found. Is there anyway I can find corrupt files in CVS beforehand?

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
1

There are 1 best solutions below

3
On

try using /usr/bin/rcs I used it to read all the ,v files beforehand to locate any ,v files which are corrupt