Hi, On Sun, 20 Jul 2008, Paul Mackerras wrote: > I just tried importing the CVS repository for a long-running project > (ppp) into git using git cvsimport. It looks like git cvsimport > doesn't notice when files have been deleted, so files that used to be > present and were subsequently deleted are present in the git tree for > the most recent commit. I never had that problem. See http://repo.or.cz/w/libvncserver.git?a=commit;h=8dead0759febaa7176507e1bde13ebd9d2a30720 for a commit that was imported with cvsimport. So your issue must lie somewhere else. BTW do you have the repository locally? Then you should import with cvs2svn or parsecvs instead. These programs are both faster and more accurate than cvsimport. And AFAIK you can use cvsimport on the generated repositories to update them incrementally. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html