| Summary: | Failure to clone repository with big files | ||
|---|---|---|---|
| Product: | [Technology] JGit | Reporter: | Erwin Tratar <tratar> |
| Component: | JGit | Assignee: | Project Inbox <jgit.core-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | bthorne, caniszczyk, sop, stefan.lay |
| Version: | 0.9.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Erwin Tratar
tried with the current nightly (0.9.0.201007271530) This also happens when trying to merge large files (around 10MB). Build 0.9.3 Stack trace: org.eclipse.jgit.errors.LargeObjectException: 724a84514e0e3509a754ed8e58ef349a497d3f27 exceeds size limit at org.eclipse.jgit.storage.file.LargePackedWholeObject.getCachedBytes(LargePackedWholeObject.java:98) at org.eclipse.jgit.dircache.DirCacheCheckout.checkoutEntry(DirCacheCheckout.java:791) at org.eclipse.jgit.dircache.DirCacheCheckout.checkout(DirCacheCheckout.java:345) at org.eclipse.jgit.api.MergeCommand.call(MergeCommand.java:162) at org.eclipse.egit.core.op.MergeOperation$1.run(MergeOperation.java:102) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782) at org.eclipse.egit.core.op.MergeOperation.execute(MergeOperation.java:122) at org.eclipse.egit.ui.internal.repository.tree.command.MergeCommand$1.run(MergeCommand.java:93) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Can you retry this with a 0.10 nightly? This could be a legitimate bug. I'll give it a try when i will have some spare time. This seems to be a common problem and occurs when trying to call ObjectLoader.getBytes when dealing with large files. I think the same problem was handled on bug on EGit: Bug 322707. *** This bug has been marked as a duplicate of bug 312868 *** |