Some devs here started to use egit on windows, and since egit is not complete yet, occasionally^Wregularly use msysgit for rebase/stash/you-name-it. This revealed a strange problem that took some time figuring out, where eclipse refused to write to .classpath or .project, just saying "could not write", while other apps had no problem editing the same files. In the end, the problem is that the dotfiles had the "hidden" bit set, and that for some reason eclipse does not allow to write to hidden files - and that the one (re)setting the "hidden" bit over and over again is msysgit, whenever it checkouts such a dotfile - surely to emulate the unix behaviour of hiding dotfiles by default. I'm not sure who's at fault here - namely, I can't see any valid reason for eclipse to refuse such writes, but I am not sure it is a good reason for msysgit would set the hidden bit either. In either case, even if only for the short term, I think msysgit should ensure that this bit does not get set (possibly circumventing any magic msys would do behind its back). Best regards, -- Yann -- 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