I'm using VS2008 SP1 and TFS 2008 for version control.
The other day, I had a merge conflict in a .sln
file when doing a Get-Latest. I resolved the conflict, and all appeared to be well.
Now however, the VS2008 source control integration has gone wrong.
What used to happen when editing a non-checked out file was that VS2008 would silently check out the file, and allow me to edit.
Now what happens is that I attempt to type in a non-checked out file, and well, nothing happens. VS does not check out the file, so it remains read-only, and none of my key-presses result in any action.
I have followed the instructions in this other seemingly-related question but it does not help.
I've also tried deleting and re-creating from scratch the original .sln
file that had the merge conflict, but this did not help either.
Note: If I manually find the file in the solution explorer, right click and 'check out for edit' then I can edit the file. Doing this for every single file however is a bit ridiculous.
Please help!