Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Missing tree/blob <hash> when trying to push

the bugfix is in the generic part of objectwalk. That is used during
creation of packfiles. In different use cases it may also influence
the server side (e.g. during fetch) but in your case of a failing push
operation than the fix is only important for the client side.

your repo is closed source, right? Or could you share the client &
server side zips? That would speed up debugging.

If you can't share then I'll prepare tomorrow a modified version of
jgit with more tracing and ask you execute it.

Ciao
  Chris


On Tue, Oct 14, 2014 at 5:14 PM, Sascha Vogt <sascha.vogt@xxxxxxxxx> wrote:
> Hi Matthias,
>
> Am 14.10.2014 um 17:01 schrieb Matthias Sohn:
>> which JGit version is your Gitblit server using ?
> It's a Gitblit 1.6, so according to the POM:
> 3.3.1.201403241930-r
>
> I was under the impression that this was a client side issue (as pushing
> to the server with C-Git works), am I wrong?
>
> Greetings
> -Sascha-
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/egit-dev


Back to the top