I am part of a small team developing a web project in VS2013 with TFS2010 for source control.
When we are working from home, as we all do from time to time, we need to have a slightly different version of the web.config file. Previously, when we were using VSS, we could just make the file read/write which enabled us to keep a local copy that didn't get checked back into source control. TFS is too smart to let us do that with the inevitable result that occasionally somebody accidentally checks the wrong version back in.
Can anyone suggest a good way for us to deal with this issue?