Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] fetch into shallow client is broken

On Tue, Jan 28, 2014 at 3:40 PM, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:
>
> FYI, we received bug reports today and have verified the JGit server
> code is unable to correctly update a shallow client repository in
> certain cases.
>
> It manifests itself like this:
>
>   remote: Counting objects: 831, done
>   remote: Finding sources: 100% (500/500)
>   remote: Getting sizes: 100% (473/473)
>   remote: Compressing objects:  99% (1763272/1764474)
>   remote: Total 500 (delta 316), reused 483 (delta 313)
>   Receiving objects: 100% (500/500), 514.83 KiB | 0 bytes/s, done.
>   Resolving deltas:  75% (246/326), completed with 82 local objects.
>   fatal: pack has 80 unresolved deltas
>   fatal: index-pack failed

May be fixed by https://git.eclipse.org/r/21227


Back to the top