How should I handle website config files when importing a site into a SVN repository?

adiyge

New Member
I'm starting to use SVN repositories for all of our websites and wanted to know what the best practise was regarding website config files.Should they be stored in the repository? The problem is the configuration of the websites need to be different for the working copies than that of the live sites. If I edit the config file for a working copy so that I can test on my machine when I commit back to the repository the config file will be updated there too and could then potentially get uploaded to the live site.What do people generally do with config files, is there a way to tell SVN to skip config files when performing commits etc?
 
Back
Top