Sean wrote:
diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 6d8ff93..357665d 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -421,7 +421,7 @@ sub _line { $res += $self->_fetchfile($fh, $cnt); } else { chomp $line; - if ($line eq "ok") { + if ($line eq "ok" or $line =~ /^error/i) { # print STDERR "S: ok (".length($res).")\n"; return $res; } elsif ($line =~ s/^E //) {
Kick ass, this local hack worked quite well. Thanks :) Jeff - 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