cvsimport is missing in Centos8. Unable to install. Now I tried to use fast-import. Most of the repos it is okay but it fails with some repo which has binary files. I think there is a bug in cvs-fast-export
$ cat ../repoexport.fi|git fast-import fatal: Unsupported command:
mark :11 fast-import: dumping crash report to
.git/fast_import_crash_19654 Unpacking objects: 100% (1/1), 21 bytes |21.00 KiB/s, done.
This is from the crash report
Most Recent Commands Before Crash
---------------------------------
blob
mark :1
data 30790
blob
mark :2
data 7060
blob
mark :3
data 30650
blob
mark :4
data 516323
blob
mark :5
data 355588
blob
mark :6
data 497407
blob
mark :7
data 4397056
blob
mark :8
data 807
blob
mark :9
data 299008
blob
mark :10
data 196608
blob
mark :11
* blob
Any solution to convert cvs to git?