Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] GitHub: jgit / org.eclipse.jgit / src / org / eclipse / jgit / storage / file / ObjectDirectoryPackParser.java

2013/2/25 Younes Labdidi <Younes.Labdidi@xxxxxx>
Hallo,

we are using in our development area:

- Windows XP (client)
- Eclipse(Juno) and NetBeans(v 7.2.1)(EGit / JGit)
- Samba share (Network Drive "Y" )
- etc...

we found out a bug:
org.eclipse.jgit.errors.TransportException: Cannot move pack to
Y:\xxxxxxx\.git\objects\pack\pack-d7d1492a586c8f99935b2eac090fb83f3538e847.pack

We started to look after how to resolve it and we found there is
already a bug-report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319233

In the bug-report we've dicovred that a person named "Michal Fabry" had
written already a fix:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319233#attach_214588

We integrated the fix into NetBeans (org-eclipse-jgit.jar) and our
problem was resolved!

It would be nice to know if you plan to integrate this fix in your
project and maybe when?

since most contributions come via Gerrit I didn't notice this patch,
I will look into that soon trying to include the fix.

thanks for the heads up

--
MatthiasĀ 

Back to the top