#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 conf files checked in to the source tree.

I am using Subversion 1.5.

Think you've got a solution? Help 92049143cabb7ba896d7c06e19906303_small yliu out by posting your solution

Subversion FAQ: ignore a versioned file

http://subversion.apache.org/faq.html#ignore-commit - found by 92049143cabb7ba896d7c06e19906303_small yliu on November 15, 2010, 01:57 PM UTC

Apparently, you can't do this