How to set svn ignore property in Eclipse

Mahmoud Saleh picture Mahmoud Saleh · Oct 11, 2011 · Viewed 10.1k times · Source

I want to add the SVN ignore property to my project to ignore target folder and .classpath.

So I went through team → set property, but I didn't know how the configuration for the name and values would be. How can I do it?

Answer

Jayendra picture Jayendra · Oct 11, 2011

You can set svn:ignore using TeamAdd to svn:ignore on the right click of file. However, if the file is already committed to SVN this option will not be enabled.

You would need to remove it from SVN, clean up the local repository and then add svn:ignore.