software configuration management
How to do Source Configuration management on Windows Server for small software company?

I own a small software company and I want to know how I can have a source configuration management (something like CVS Servers) for my Windows Server. We basically have a lot of php, asp etc files which we want to keep under safe version control system so that everyone who needs access to it can checkout and once the changes are made, they can checkin the code. We need a Windows based CVS server and client.

Any help will be greatly appreciated.

When I was coding in Visual Basic (distributed COM) and ASP some years ago, we used Microsoft Visual Sourcesafe. It served its purpose in environments as small as a couple of developers all the way up to 100+. It even worked great in controlling migration of code between developer environments to user test to QA test to production…

Software Configuration Management