fredag 23 januari 2009 02:56:16 skrev Stephen Bannasch: > At 6:27 PM -0500 1/13/09, Stephen Bannasch wrote: ... > >Done: http://code.google.com/p/egit/issues/detail?id=52 > > > >Fxing this will make using Eclipse and Git together SO much nicer! > > Robin and Shawn, > > Can you suggest where in the egit code I should look to see if I can fix this? There may be more than one place. Take a look at GitResourceDecorator. We map from resources using code like this: RepositoryMapping.getMapping(rsrc) // <-- prime suspect Repository.getRepoRelativePath(rsrc) Repository.getWorkDir Repository.isResourceChanged I'm not entirely sure this is the correct way, but it probably has no bearing on your problem. GitResourceDecorator decorator = getActiveDecorator(); It would be nice with a unit test for this. (Not necessarily the decorator, but the methods used for it). -- 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