For some reason Visual Studio has stopped auto-checking out my edits I do to my project. I use VS2005 for the source control and have never had any issues with it like this ever. I haven't made any modifications to the server or my workstation. Has anyone else experienced this? It's a bit tedious to manually check out every file I edit.

Thanks.

link|improve this question

feedback

3 Answers

Did you check your configuration in VS2010? Tools -> Options -> Source Control -> Environment -> Checked-in items

link|improve this answer
On Edit as well as On Save are set to Check out automatically. – CheckRaise Dec 15 '10 at 20:35
feedback
up vote 0 down vote accepted

Update: As it turns out checking out the entire project/solution and checking it back in fixed this issue. It seems to be an issue files getting set to read-only outside of VSS' control and you have to force VSS to check out everything before it will resume doing it automatically

link|improve this answer
feedback

This blog has step by step instructions to resolve it and some background info, but basically his list is:

  • Check in everything
  • Close visual studio
  • Make sure every file is set to read only in the solution directory (set it on the root solution folder and configure it to propagate to children)
  • Search for all files under the root projet directory *.user and *.vssscc and delete them
  • Open VS and load the solution
  • Check everything back out and then check everything back in
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.