.net – Visual Studio 2008 source control for small teams

netversion controlvisual studiovisual-studio-2008windows

I work on a small web team where I am the only .NET developer currently using Visual Studio 2008 Professional to build and maintain a few web applications. I am about to start training another member of our team so we purchased him a copy of Visual Studio 2008 Professional. I've looked into Visual Source Safe, but I'm dubious. I don't like that is file system based. Ideally, the system would work with SQL Server 2005 and plug into Visual Studio. Windows based solutions are the best because of the IT environment of the organization I work for.

What are my options for a source control system?

(Forgive me if the answer exists in another thread.)

Best Answer

Subversion has good integration with Visual Studio 2008 through VisualSVN and Ankh.

SourceSafe is dangerous. You're right that a filesharing-based SCM is a bad idea, and Microsoft themselves have downplayed it and replaced it with a new SCM that comes with the Team edition of Visual Studio.