When I right-click on my solution, in solution explorer, and choose Get Latest, Visual Studio gets the latest, but also checks out the solution.
Replacing C:\DevTfs2010\Apps\Messaging\Subscribers\AutoTrackerProcessor\Main\AutoTrackerProcessor\SolutionItems\SolutionInfo.cs AutoTrackerProcessor.vssscc, AutoTrackerProcessor.sln have been automatically checked out for editing.
Not only does it check out the solution, but it removes the SolutionInfo.cs file from the solution file. Here is the compare of the solution file:
Server:
Local:
Why would it do this?
Note: Our build process alters the SolutionInfo.cs file, but only that file. It doesn't alter the solution to remove SolutionInfo.cs.