I have no desire to install 2005 on my laptop, but I do often like to work at home. I am formulating a process to enable me to check out the 2005 project, back up the solution and project files - these are all that change - and convert the solution to 2008. I then back up the 2008 solution and project files, and commence work.
To commit my work, I compare old and new 2008 solution and project files, and manually effect any changes on the 2005 solution and project files. This rarely happens, and when it does, 98% of the time it is adding, renaming, or removing a simple class or an ASP.NET page with code behind and designer file. Then I replace the 2008 solution and project files with the updated 2005 ones, and commit the solution.
Am I missing anything?