jgit/org.eclipse.jgit/resources/org/eclipse/jgit
Hugo Arès ae4b72d50e Remove pack from list when file handle is stale
This error happens on nfs file system when you try to read a file that
was deleted or replaced.

When the error happens because the file was deleted, removing it from
the list is the proper way to handle the error, same use case as
FileNotFoundException. When the error happens because the file was
replaced, removing the file from the list will cause the file to be
re-read so it will get the latest version of the file.

Bug: 462868
Change-Id: I368af61a6cf73706601a3e4df4ef24f0aa0465c5
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
2015-04-30 16:21:05 +02:00
..
gitrepo/internal Add support to <include> tag in repo manifest xml. 2014-08-13 13:04:28 -07:00
internal Remove pack from list when file handle is stale 2015-04-30 16:21:05 +02:00