You maybe wondering how to remove .svn folders from your Eclipse explorer.
In this tutorial we will see how to hide .svn directories.
Open your Eclipse.
Click the project name in the explorer.
Right click it.
Then:
Properties > Resource > Resource Filters
Click the Add button on the right.
Select:
Exclude all
Folders and All children (recursive)
Then write in the input:
.svn
Click OK.
Click Apply.
Click OK.
That’s all.