What files should be added to SVN in an eclipse Java project?

Posted by Jake Petroules on Stack Overflow See other posts from Stack Overflow or by Jake Petroules
Published on 2010-06-14T01:31:03Z Indexed on 2010/06/14 1:42 UTC
Read the original article Hit count: 330

Filed under:
|
|

I have a Java project I'd like to commit to my SVN repository, created with eclipse.

Now, what files (aside from the source code, obviously) are necessary? In the workspace root, there is a .settings folder with many files and subfolders, and inside the project folder there are two files - .classpath and .project, and another .settings folder with a single file - org.eclipse.jdt.core.prefs.

Which of these files should be committed to SVN and which can be safely excluded?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse