On the SVN server, there is a file called config.conf. I have a local version called the same thing (in the same place). How can I make sure that my loc
You can add an svn-ignore: attribute to your local folder that excludes config.conf or even *.conf
But I believe, you'd have to completely exclude this file from SVN, i.e. if its already been checked in to the repo, you'll need to delete it rfrom the repository first