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
For the workspace, consider using a 'team project set'. You can create one through the export action. This produces a file which you can email to your colleagues who then import it and all the shared projects will be checked out.
For each project it depends on what type of project it is. If it's a Java project:
In general, if a resource is a derivative of another then it should be excluded.