Hi, When trying to import openssl's cvs repo into git, I get the following error: revision 1.9 of file crypto/rc4/asm/rc4-586.pl is tagged but not present [7874782.790197] cvsps[13540]: segfault at 10 ip 0000000000406c41 sp 00007fff75cdab80 error 4 in cvsps[400000+10000] git cvsimport: fatal: cvsps reported error That is done using: git cvsimport -d openssl-cvs/ -C git openssl cvs can show me revision 1.9 without problem, but I think it's version 1.9.0.2 that's missing. The openssl cvs repo can be rsync'd from: rsync://dev.openssl.org/openssl-cvs/ I've also attached the rc4-586.pl,v file. Kurt