I'm trying to migrate an old cvs repository to git. Therefore I use cvs2git (cvs2svn 2.4.0). There I have some files, which are corrupted: 'is not a valid ,v file. In order to correct these I check the rcs file format. I have detected, that everytime when the error occurs an '@', text area or an whole revision delta is missing. So I've added the missing text signs. This works very well.
But in two cases the following error occurs in pass4 of cvs2git conversion:
[checkout aborted:] premature end of change in 'file'
Has anybody an idea, for which reasons this error occurs?