#20: Subversion: ignore a version controlled file on commit

For my project, I have several runtime configuration files that differs on each machine it's installed on. Each developer that works on the project needs to make changes to the conf file, but I don't want the developer-dependent, custom settings in their individual...