denio7 / egit

Automatically exported from code.google.com/p/egit
0 stars 0 forks source link

Object access problems when pack files appear/disappear #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) New pack files may appear
2) Pack files may disappear due to repacks.

In both cases jgit may pick upp references to objects in those packs
from refs or other (loose) objects. For 1) we could do a single
rescan and retry when an object is not found. Case 2) is trickier
as the WindowCache may have references to files that don't exist,
fail to open them, but don't remove the references.

On Windows we have the extra case that index files may disappear, but
not necessarily their pack files.

Original issue reported on code.google.com by robin.ro...@gmail.com on 18 Apr 2009 at 11:26

GoogleCodeExporter commented 8 years ago

Original comment by robin.ro...@gmail.com on 19 Apr 2009 at 10:06

GoogleCodeExporter commented 8 years ago
http://thread.gmane.org/gmane.comp.version-control.git/116851/focus=116909

Original comment by robin.ro...@gmail.com on 19 Apr 2009 at 6:33

GoogleCodeExporter commented 8 years ago
Counter patch posted 
http://thread.gmane.org/gmane.comp.version-control.git/117060

Original comment by sop+code@google.com on 21 Apr 2009 at 1:24

GoogleCodeExporter commented 8 years ago
Fixed in c7b6b9ca55b8a259c8f380a69297762756674ce4

Original comment by robin.ro...@gmail.com on 12 May 2009 at 8:01