问题
When opening Eclipse the project version is not the current one(it automatically opens the very beginning version of the project, not the current files on my drive). I tried modifying the refresh settings in Preferences->Workspace, no luck. Also, when I right click->Refresh the project nothing happens. I am using the last version of Eclipse Luna and the PyDev perspective.
回答1:
Try to look that its clearly the Workspace you would to use. Do you have different Workspaces?
回答2:
have you tried go File then Switch Workspace e selected the right one? (even if ther is only one)
Some time it happend to me, maybe when i have eclipse opened and i click again on the eclipse startup app it ask me "load new workspace..." and it messup all
回答3:
Try to check the location of the project.
- Right-click on the project in Package Explorer and select "Properties"
- Select "Resources" on right side and check the location.
If the location is wrong, try to import the right one using method as follows:
- Right-click in Package Explorer and select "Import"
- Select General->Existing Projects into Workspace and import the project.
来源:https://stackoverflow.com/questions/26823553/eclipse-opens-old-versions-of-my-project