Re: git and eclipse and Wonder?
Ray Kiddy <[email protected]> Sat, 16 Jul 2011 12:12:44 -0700
| Newsgroups | gmane.comp.web.webobjects.woproject.devel |
|---|---|
| Message-ID | <[email protected]> |
On Jul 16, 2011, at 11:45 AM, Travis Britt wrote: >=20 > On Jul 16, 2011, at 2:28 PM, Ray Kiddy wrote: >> If I import the several dozen projects under wonder into eclipse, = then I get eclipse build goodness. But the git project is usually up in = "../.." and, for each project, eGit has no idea that the project is = under version control. >=20 > Select Team->Share Project->Git and then check this little guy, use or = create repo in parent folder, and it should find it. >=20 > <Screen Shot 2011-07-16 at 2.38.20 PM.png> This works! Thanks. I suppose it would be better if I did not have to do = that 75+ times, but one cannot have everything.... I suppose I can get on the eGit people about the fact that they can = automatically look in parents. It would not be so complicated to do. >=20 > eGit is fairly limited. I use it for some things when convenient, but = most often use CLI.=20 >=20 > I also have "refresh using native hooks or polling" set under = General->Workspace. YMMV, based on your workspace size. Just make sure = you're not running eclipse w/incremental builder with hooks/polling on = when you do a large update, otherwise it will really slow down trying to = build while everything is changing under it.=20 >=20 > tb Well, I usually have the incremental builder on. I guess this kind of = slow-down does not bother me. Either the builder takes the time to = figure it out, or I have to. I would rather the builder do it. And the = time does, at some point, have to be spent. Good to keep in mind, = though. thanx - ray