i have 3 branches in project on git , saved last stable version of project master branch before using other 2 branches major rewrite/refactor. in rewrite , refactor deleted 5 files (java classes) used in stable program. when switch branches master files missing recent commit master branch well, yet i've not merged branches. how can be, , how fix it?
update:
i discovered git working because deleted files restored folder when switch master branch. problem appears eclipse not see them. curious, restarted eclipse thinking might problem, eclipse didn't see restored files. related eclipse bug mentioned here? i'll keep puzzling out, , nudge in right direction if has one!
in eclipse try synchronize workspace.
make sure files not open, no application should running (tomcat, jetty, djano or something) accessing work tree.
try restarting eclipse once. have seen problem outside eclipse.
Comments
Post a Comment