Skip to content

IQAndreas-testprojects/Disappearing-Eclipse-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I noticed a "problem" with using Git and Eclipse workspaces. http://twitter.com/IQAndreas/status/52053104027385856

If you don't include the hidden project files (.project, .settings etc) with the commit, switching to another branch will cause the project to "implode"; as the required project files disappear, Eclipse realizes this is no longer a valid project and closes it.

Instructions

  • Using the command line, checkout the project starting on the branch branch (make sure the .project and .settings files are still there)
  • Switch to the master branch from inside of Eclipse (I used EGit). The project should close when the .project and .settings disappear.

About

An example of what happens if you don't include Eclipse's project files with your commits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published