Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Fwd: [Bug 324868] New: git clone fails for org.eclipse.mdt

2010/9/15 Chris Aniszczyk <caniszczyk@xxxxxxxxx>
> On Wed, Sep 15, 2010 at 2:09 PM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
> Chris Aniszczyk <caniszczyk@xxxxxxxxx> wrote:
>> On Wed, Sep 15, 2010 at 10:42 AM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
>> > I'm testing this now, but I believe [1] to fix this issue.
>> >
>> > [1] http://egit.eclipse.org/r/1602
>>
>> I propose we retag v0.9.1 with this fix and call it a day for 0.9
>
> I don't like to retag stuff.  IMHO, its 0.9.2...
>
> But I can't argue with getting this to users rather than what we
> have right now.

Do you want to handle that?
 http://egit.eclipse.org/r/#change,1600
 http://egit.eclipse.org/r/#change,1599

Once those are in, we can tag and go for a 0.9.3 and move on with 0.10

I tagged 0.9.3, ran the build uninstalled 0.9.1 and installed 0.9.3 and again tried cloning 
git://dev.eclipse.org/org.eclipse.mdt/org.eclipse.mdt.git

but I still get a transport exception with that repo:

eclipse.buildId=I20100608-0911
java.version=1.6.0_20
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.rcp.product -keyring /Users/d029788/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.rcp.product -keyring /Users/d029788/.eclipse_keyring -showlocation


Error
Thu Sep 16 01:25:05 CEST 2010


org.eclipse.jgit.errors.TransportException
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:289)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:224)
at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:210)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:171)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:111)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:880)
at org.eclipse.egit.core.op.CloneOperation.doFetch(CloneOperation.java:201)
at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:119)
at org.eclipse.egit.ui.internal.clone.GitCloneWizard.executeCloneOperation(GitCloneWizard.java:249)
at org.eclipse.egit.ui.internal.clone.GitCloneWizard.access$3(GitCloneWizard.java:242)
at org.eclipse.egit.ui.internal.clone.GitCloneWizard$4.run(GitCloneWizard.java:223)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.lang.UnsupportedOperationException
at org.eclipse.jgit.storage.file.CachedObjectDirectory.openObject2(CachedObjectDirectory.java:198)
at org.eclipse.jgit.storage.file.LargePackedDeltaObject.openStream(LargePackedDeltaObject.java:176)
at org.eclipse.jgit.lib.ObjectLoader.getCachedBytes(ObjectLoader.java:195)
at org.eclipse.jgit.transport.IndexPack.fixThinPack(IndexPack.java:616)
at org.eclipse.jgit.transport.IndexPack.index(IndexPack.java:426)
at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:647)
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:279)
... 11 more

do you want me to push the new tags or do you want to have another look ?

I will push the 0.9.3 changes but hold back on the tags until you tell me if you want to give it another try.

--
Matthias

Back to the top