SVN Ignore Eclipse Project Files

by Max Rohde,

Problem

How to stop svn from synchronizing eclipse meta data in a project (eg .project files)

Solution

Add a number of project specific or global svn ignore directives. In the latter case, eclipse meta data will be ignored in all of your projects.

You can add the following pattern for exclusion

.eclipse .settings .project .classpath

Below the eclipse settings to add global ignore pattern:

bildschirmfoto2010-09-28um09-37-521.png

Categories: java