I want to share an eclipse project with the rest of my team through SVN. Which files should I add to subversion? In the workspace, there are many files which IMHO are n
With Eclipse, you always have to import a project - there is no other way to do it - Eclipse won't detect projects if you just switch workspaces unless you've created/imported the project in that workspace before.
You will need at a minimum:
Personally I also add the settings folder, but its up to you:
Then other users choose Import project and select the .project
file.