Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] question on pack files

Hi,

is it possible that .pack file was saved in objects/pack/ dir but
jgit is stay unaware that it has objects from this pack and tries to
download pack again?

I read the code of IndexPack.renameAndOpenPack() and it delete
final .idx and .pack files only in the case of IOException. What
if other error occurs during the call to repo.openPack(finalPack, finalIdx)?

--
Dmitry


Back to the top