I have a web-based application that I would like to open source by using a public svn host, the problem is that the project contains configuration files which I would rather keep some of the values private. What is the best way of handling this?
Ideally I would like to be able to import revisions without having to replace the file with a file stripped of private data every time.