We have a number of developers for some projects locally and we'd like to include our Eclipse Workspace settings when we first check the project in so that future developers can check them out and have it all set up and ready to go.
However, if they use Eclipse and are doing work, we don't want them constantly updating this folder and checking the files back in because many of the preferences they might change are simply cosmetic in nature and who's to say who's right?
Thus, we have checked in the project and the workspace files, but when we go to do any sort of "ignore" on the folder after that point, it wants us to delete the folder or the files from SVN.
We don't want to delete them from SVN - just have them ignored after they're checked out without affecting the SVN Repo. Basically Project/.settings would never prompt for a file to be checked in or show that it is changed.
A Senior Programmer might later update that folder, but not any of the junior ones.