The next adventure in my journey from Visual Studio 2003 to the wonderful Visual Studio 2005 is to convert our large source control repository from SourceSafe (VSS) to the new Team Foundation source control. This should be fun.
Visual Studio 2005 comes with a tool called VSSConverter which analyzes your existing VSS database, and then when things look good it migrates it for you. Very handy.
VSSConverter will migrate the files, including check-in history, to a new project in Foundation Server. In my practice, the migration happened almost flawlessly. The one big hiccup for me is that there are some developers who have left the company, and since Foundation Server is built off of Active Directory, I had to map those users to Guest. So you lose some user names in the conversion from people who have left.
Is there any way around that? Any tips or hints would be appreciated.