torsdag 12 mars 2009 03:57:09 skrev Stephen Bannasch <stephen.bannasch@xxxxxxxxxxxxx>: > OK ... I'm a bit confused now because I no longer have Git listed as > a repository type for Team Sharing. > > I deleted the existing org.spearce.* eclipse plugins > > [eclipse]$ rm -f plugins/org.spearce.* > > pulled from git://repo.or.cz/egit.git > > created a new branch for this test and applied your patch > > [egit.git (linksbranch)]$ git log > commit 2b86cd4e27a9d9158092305271d6fb25ab27846e > Author: Stephen Bannasch <stephen.bannasch@xxxxxxxxx> > Date: Wed Mar 11 22:29:26 2009 -0400 > > check through links for repositories > Robin Rosenberg's patch > see: http://marc.info/?l=git&m=123681033214178&w=2 > and: http://code.google.com/p/egit/issues/detail?id=52 > > commit 341b9c1abadd2ac0ec9ecc7c597990070612e058 > Author: Ruth Alkema <ruth@xxxxxxxxxx> > Date: Wed Mar 11 16:42:45 2009 +0100 > > Better fix for 'negative position' error on large pack files > > If position is really big and the window size is fairly small, id can > be negative. Instead of producing a negative position by extending > id to a long, mask out the low bits from the original position value > to compute the window start. > > [sp: message by me, as I had already applied v1 of the patch > and pushed it (see immediate parent)] > > Signed-off-by: Ruth Alkema <ruth@xxxxxxxxxx> > Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > > ... > > Opened Eclipse and switched to the egit workspace. Refreshed the egit > projects and exported the org.spearce.* packages as deployable > plugins and fragments to the Eclipse dir. > > The new plugins are there: > > [eclipse]$ ls plugins/org.spearce.* > plugins/org.spearce.egit.core.test_0.4.0.200903112237.jar > plugins/org.spearce.egit_0.4.0.200903112237.jar > plugins/org.spearce.egit.core_0.4.0.200903112237.jar > plugins/org.spearce.jgit_0.4.0.200903112237.jar > plugins/org.spearce.egit.ui_0.4.0.200903112237.jar > > Quit and restarted Eclipse. > > When I select a project with an existing git repository and try to > enable team/sharing only CVS and SVN are listed. You don't have the a matching feature. That could be it, but I'm not sure. You can also try starting eclipse witth the -clean switch. Looking at the <workspace>/.metadata/.log could also give you some hints. For debugging/testing in general it is often easier to launch Eclipse from eclipse (Run As) without reinstalling. -- robin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html