Hello,
I use subversion with TortoiseSVN on projects at work and my personal ones.
I was wondering what is considered best practice in terms of being able to setup your repo so that doing a SVN Checkout and VisualSVN for Visual Studio will get you all that you need to compile ... but I want to be able to mark certain files so that they will not be recommended for any SVN Commits. Ideally the file would no longer even be marked as changed (I'm anal like that).
The classic example of this would be an app.config that will have different connect strings for each developer machines.
Seth