onsdag 11 februari 2009 00:56:49 skrev Junio C Hamano:
We failed to honor what the end user wanted: to repack. Why should we
exit 0 here?
A repack may or may not yield a better packed repo. In this case, not, but for a
different reason than failing to find better deltas. Given the circumstances that is
most likely to cause the "failure (repacking on windows), this is "normal" behaviour
and no reason to scare the user with an error code. The unlink error might be
enough. I think scripts should be able to continue too. The alternative would
be to have a switch to repack that scripts and UI's could enable, like -q for "don't
flag malign errors", or the other way, a --pedantic for "flag failure to make object database smaller".
-- robin