how can I ignore files from my svn repo without deleting them as well?
When I work on existing projects I often have to setup a local version of the project and using my local database as well. With drupal for instance, I checkout the svn repo, change the settings.php file to match my local database, but now I have to make sure I do not commit the settings file again.
Is there any clever svn command that will fix this?