What to use for version control with Visual Studio 2008 for inhouse projects?

Posted by Boog on Stack Overflow See other posts from Stack Overflow or by Boog
Published on 2008-09-18T22:38:08Z Indexed on 2010/03/30 18:13 UTC
Read the original article Hit count: 271

Filed under:
|
|
|
|

We want to put a number of our in-house projects under version control. Our projects are C# .NET applications and assemblies. We originally decided to go Microsoft all the way (as is the norm around here), and tried installing Visual Studio Team Foundation Server. To say the least, it was way more trouble of trying to get a successful install than it's worth, and I'm afraid we don't have a entire server to dedicate to TFS itself, as the installer seems to insist.

We also considered a generic solution like Subversion or CVS, or possibly some kind of free online hosting that doesn't make our source publicly available under some license like Google Code appears to. Does anyone have any suggestions for us that would best fit our in-house MS environment? We'd also get some benefit out of some kind of project management tools if they were nicely integrated in to the solution, but this would only be a perk.

I should also mention that we haven't entirely ruled out TFS, but it's looking like a pain, so anything you guys have to say for or against it would be helpful.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET